esx_advanced_vehicleshops #33
Description
Questions
Which Script are you having Issues with?: esx_advanced_vehicleshops
Have you made changes to anything besides the config.lua
?: no
Have you looked through the Closed Topics?: yes
Have you looked through the Wiki?: yes
Are you using a Pre-Installed ESX? If Yes who?: no
What Verison of ESX Legacy are you using?: 1.9.4
Are you using OneSync?: yes
Linux or Windows?: windows
Describe the Bug | A Clear & Concise Description of the Bug
SCRIPT ERROR: @esx_advancedvehicleshop/client/main.lua:365: bad argument #1 to 'insert' (table expected, got nil)
this is line 365 from client.lua:
table.insert(vehiclesByCategory[sVehicles[i].category], sVehicles[i])
when installing sql I got syntax error and it would not add the vip cars list. but it did create the table so I manually added the vip vehicles. all tables associated with the sql are added in database.
when I open the truck shop no menu comes up. your stuck and have to f8 quit.
also the vehicles sometimes spawn to display vehicle but don't despawn for the next vehicle, leaves me with a pile of vehicles spawned inside each other.