Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

owned_vehicles not working for kashacters #11

Open
rayyanallaf opened this issue Mar 28, 2020 · 1 comment
Open

owned_vehicles not working for kashacters #11

rayyanallaf opened this issue Mar 28, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rayyanallaf
Copy link

rayyanallaf commented Mar 28, 2020

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"}
}
`

@RikoDEV RikoDEV added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Mar 28, 2020
@rayyanallaf
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants