fivem-ex / esx_kashacter

🔮 esx_kashacter - Multi Characters for es_extended framework.
https://github.com/FiveEYZ/esx_kashacter
11 stars 9 forks source link

owned_vehicles not working for kashacters #11

Open rayyanallaf opened 4 years ago

rayyanallaf commented 4 years ago

Hey, for owned vehicles it doesn't separate the vehicles I buy on each different character. It puts it all in the normal license and doesn't do the char1: thing anymore.

these are my identifier tables

local IdentifierTables = { {table = "addon_account_data", column = "owner"}, {table = "addon_inventory_items", column = "owner"}, {table = "billing", column = "identifier"}, {table = "datastore_data", column = "owner"}, {table = "owned_vehicles", column = "owner"}, {table = "rented_vehicles", column = "owner"}, {table = "users", column = "identifier"}, {table = "user_licenses", column = "owner"}, {table = "lsrp_motels", column = "ident"}, {table = "car_parking", column = "owner"}, {table = "owned_bags", column = "identifier"} } `

rayyanallaf commented 4 years ago

ok, i fixed part of it. in owned vehicles I made my identifier number to 48 instead of 40. this allows people to store it in the garage but not sell it.