#help"!

1 messages · Page 1 of 1 (latest)

candid shale
#

when i spawn a car in i cant save it as "please contact dev (me) to register the vehicle"

pure tiger
candid shale
pure tiger
#

qb-core/shared/vehicles.lua

candid shale
#

i have yea

#

and when tryna store it , it says cannnot store this vehicles

hollow pewter
#

are you sure you have added it properly and there are no errors if you have a custom admin menu can you see the cars showing

fossil bloom
#

what does it look like in your vehicle lua?

hollow pewter
#

basically say you want to add a rockcrawler names crawler and the mercedes mclaren names merclady

#

it would look something like this

#

['crawler'] = {
['name'] = 'crawler',
['brand'] = 'crawler',
['model'] = 'crawler',
['price'] = 40000000,
['category'] = 'offroad',
['hash'] = crawler,
['shop'] = 'offroad',
},
['merclady'] = {
['name'] = 'merclady',
['brand'] = 'merclady',
['model'] = 'merclady',
['price'] = 56000000,
['category'] = 'import',
['hash'] = merclady,
['shop'] = 'import',
},

hollow pewter
#

hope this helps ^.^

kindred elm
hollow pewter
#

mine works too xD