[RELEASE][ESX] KASHacters Multi Character

Yeah were getting erorrs where our mouse moves around and then we have to like restart 3 times

If anybody has any of these issue or have had them in the past pls dm me :slight_smile:

Im getting this issue:

Nvm, looks like i fixed it by going from varchar(40) to varchar(60) - I hope this won’t fuck with anything else

any luck with this? im also having an issue after creating 1 character.

I have recently had this issue as well after it working for a long time. I’m unsure if it’s due to the server artifacts upgrades or not. I get no console errors either.

make sure you use the recommended version of the fivem server files… had this issue when using the latest version, but using recommended(at the time of writing is 1971) fixed most issue we had.

mouse moves around? can you explain it with an example like “we go into a shop, and the mouse just stays on top of it all, no longer letting us rotate the camera with the mouse, and it locks our character in place” kinda thing? i doubt its a kashacters issue you are having, but i don’t know until i get more information.

Are you using the default version of esx_kashacters, or a modified one?

I got the standard version - it seemed that the SQL (that prevents duplication) wasn’t added properly, once it was added I had no issues creating 2nd / 3rd and 4th characters.

The only problem I have now is the ESX Accessories not being able to store masks/accessories and save them on the character in the DB.

I had updated datastore and es extended and accessories with little luck…

`SCRIPT ERROR: @esx_accessories/server/main.lua:19: attempt to index a nil value (local 'store')

ref (@esx_accessories/server/main.lua:19)
handler (@esx_datastore/server/main.lua:72)
handler (@esx_accessories/server/main.lua:18)

SCRIPT ERROR: @esx_accessories/server/main.lua:36: attempt to index a nil value (local 'store')
ref (@esx_accessories/server/main.lua:36)
handler (@esx_datastore/server/main.lua:72)
ref (@esx_accessories/server/main.lua:35)
TriggerServerCallback (@es_extended/server/functions.lua:33)
handler (@es_extended/server/common.lua:88)`

Anyone got any clues?

I got this to load and operate however i have no mouse cursor on the screen to select a area, Anyone else have or had this issue?

What did you change as not to get the duplicate errors for the extra characters if you dont mind me asking… will it need to be updated for the latest esx_data?

I had removed all the data in the DB to do with steam IDs (identifiers etc)…
Then in the main lua I had removed the table last character and then re-ran this query:

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";

That seemed to work for me, i believe it was mainly because I had added the last character to the tables…

The only major issue I’m having now is the skin / accessories store saving data to the user account/character. For the life of me I cannot get masks and other accessories once brought to save in the DB…

There is two character menus together, and it bugges out the whole system. Not using essentialmode just es_extended.

i have problem when i use this in loading character screen it dont have any cursor to select. any one know how to fix?

i cant aswell

hey just downloaded this and have this issue I never know how to exactly fix these types of errors working on the last scripts to finish my server but need all the help I can get if anyone feels like helping you would be amazing

any one got a fix for the esx_property as all characters share the same inventory

1 Like

I spawn on cordinates 0, 0, 0. How do I make so I spawn on my last position?