You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So ive got no errors in the F8, Also if i give myself a boost todo it works with the command, Just doesnt show up.
ive put the cars in qb-core/shared/vehicles and in local car area.
not getting a error code but i cant get contracts to show.....this is my layot......local cars = {
["D"] = { model = 'streetz28', name = 'streetz28', brand = 'streetz28', price = 50000, category = 'drag', type = 'automobile', shop = 'pdm', tier = 'D'},
{ model = 'ASMerc', name = 'ASMerc', brand = 'ASMerc', price = 78000, category = 'import', type = 'automobile', shop = 'pdm', tier = 'D'},
So ive got no errors in the F8, Also if i give myself a boost todo it works with the command, Just doesnt show up.
ive put the cars in qb-core/shared/vehicles and in local car area.
For example:
local cars = {
["D"] = {
{['model'] = 'asbo',
['name'] = 'Asbo',
['brand'] = 'Maxwell',
['price'] = 4000,
['categoryLabel'] = 'Compacts',
['shop'] = 'pdm',
["tier"] = "D",},
I just don't know what i've done wrong.
The text was updated successfully, but these errors were encountered: