Michi
November 2, 2019, 11:22pm
1
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
Its in the Server file, up the top, you need to define all the databases and identifiers that you want to change per person.
Michi
November 5, 2019, 12:35pm
4
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
Michi
November 11, 2019, 8:05am
6
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.
Michi
November 14, 2019, 12:25am
8
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?
Michi
November 14, 2019, 1:13pm
10
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
Michi
November 14, 2019, 8:27pm
12
I did that before… More than one time
Michi
November 14, 2019, 8:28pm
13
I was allso make it komplete new
system
Closed
December 14, 2019, 8:28pm
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.