ive checked the columns and identifiers repeated, capitalization, spelling, everything making sure they all match up with what i have set up in server lua . Not sure what you mean with the banking script, all money and everything is accurate when switching accounts so far its just the skin itself that seems to not load propperly
I am unable to open my inventory or police menu after I use /revive or get revived by a medic. Are you also having this bug?
Have you figured it out yet?
No I got rid of the script was causing too many issues
nah its working flawless! … after a month of constant work… too many hours spent on this 
So i followed all the instructions but my camera just floats in the air with no menu popping up…
i can’t figure this part out
Put the esx_kashacters resource in your FiveM resource folder and edit in the esx_kashacters\server\main.lua file the first table at the top of your file to all the identifier columns and tables that are used for characters
It means you have to fill out of the tables. Like:
{table = "addon_account_data", column = "owner"},
{table = "addon_inventory_items", column = "owner"},
{table = "billing", column = "identifier"},
{table = "owned_properties", column = "identifier"},
etc…
HOW COULD I get this to only have 2 chars insted of 4 ? things iv have tryed wont work
Anyone here know how to add it that Tattoos save per character?
that can be fixed by modifying line 255 of resources>[fiveMDefault]>[system]>spawnmanager>spawnmanager.lua
from this
252 end
253
254 – change the player model
255 SetPlayerModel(PlayerId(), spawn.model)
256
257 – release the player model
258 SetModelAsNoLongerNeeded(spawn.model)
to this
252 end
253
254 – change the player model
255 --SetPlayerModel(PlayerId(), spawn.model)
256
257 – release the player model
258 SetModelAsNoLongerNeeded(spawn.model)
You helped me fix a ton of the blackscreen and default character spawn bugs
BUT
now my esx menus (inventory and job actions) dont work after being revived. No errors anywhere. Animation and Phone menus work though. Any ideas?
witch? client/main.lua - KSHacters?
Thanks I got it now
Look on github for the quick fix. It’s not the best solution but it works and i don’t have time to investigate it right now. Will make proper fix later on.
Hi Have you found a issue?
I’ve had this script working in the past (to some extent) and thought id try and go through it again and get it working on my server. I ended up following/using XxFri3ndlyxX’s guide and that.
No issues whatsoever till I try to connect.
[ERROR] [MySQL] [esx_kashacters] An error happens on MySQL for query "[object Object]": ER_TRUNCATED_WRONG_VALUE: Truncated incorrect DOUBLE value: 'steam:11000000000000
and
Error: (node:3726) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing insid
e of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id:
1)
Error: (node:3726) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections t
hat are not handled will terminate the Node.js process with a non-zero exit c
ode.
Error: (node:3726) UnhandledPromiseRejectionWarning: Error: ER_TRUNCATED_WRONG_VALUE: Truncated incorrect DOUBLE value: 'steam:110000000000000'
(I did change the hex to all 0’s for privacy)
What could be causing this issue. I followed everything down to the letter. Just confused at what is going on. I have checked through the database for any double entries but it seems somewhat ‘clean’
Any advice would be greatly appreciated! 
I updated the guide this morning on github and removed the one on the topic as i tend to forget to update it. So the guide that was on the forum was outdated. I suggest you start over.
It was within the last 6 or so hours. I noticed you had updated it that’s why I decided to try it again.
Then i’m not sure as i tested it on a fresh server and worked and even few people got it to work. So maybe there is a script that you have that interfere with it.