Need some Help with [ESX] KASHacters Multi Character

i use [[ESX] KASHacters Multi Character] on my server

Hello,

i have a problem.
All my Characters using the same Accessories Menu. They share the Masks, Glasses etc. I want that each Character his own Accessories Menu used.
I wish someone can help me or give me a Tip.

Greetings Michi

[RELEASE][ESX] KASHacters Multi Character

Its in the Server file, up the top, you need to define all the databases and identifiers that you want to change per person.

i’ll try that thanks

dose not work my assecouirs will be saved in datastore i typed it in but still the same

it does work you just didn’t add it correctly into server/main.lua

what should i write there

Go to the original thread, go to the last comment and slowly go up, there you will find the solution to your problem.

you have to look for a comment that says something about “datastore”, I recommend you read it.

i tryed exactly that an it still dont work i use esx_Mask ans fxserver_mask ore something like that

exactly what did you try, could you write the code you proved?

i did this …my masks etc. they gone saved into datastore_data

local IdentifierTables = {
{table = “users”, column = “identifier”},
{table = “owned_vehicles”, column = “owner”},
{table = “user_accounts”, column = “identifier”},
{table = “user_inventory”, column = “identifier”},
{table = “user_contacts”, column = “identifier”},
{table = “user_parkings”, column = “identifier”},
{table = “jail”, column = “identifier”},
{table = “jsfour_criminalrecord”, column = “identifier”},
{table = “jsfour_criminaluserinfo”, column = “identifier”},
{table = “owned_properties”, column = “owner”},
{table = “rented_vehicles”, column = “owner”},
{table = “datastore_data”, column = “owner”},
{table = “phone_users_contacts”, column = “identifier”},
{table = “owned_bags”, column = “identifier”},
}

erases your characters if they were already created before you put the “datastore” table in the kasharacter.

it’s a mistake that sometimes happens, try

I did that before… More than one time

I was allso make it komplete new

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.