When going into my shared.lua in my qb.core I can’t find a QBShared.VehicleModels to do add on cars. I only have QBShared.Vehicles. Why do others have this in theirs but I don’t? What should I do?
this sounds like its the same exact thing, never used Qbus before, but ill look into for you
Same thing wdym? I’ve been told I need QBShared.Vehicles and QBShared.VehicleModels and I only have QBShared.Vehicles. If I add VehicleModels into my script will it mess it up maybe? Ty for looking into it.
so yea i looked,…so from what i see you should be fine to just add it in, worst that can happen it dont work and you take it out…like i said never used QB before so bare with me lol
QBShared.VehicleModles = {
[GetHashKey(“asbo”)] = {
[‘name’] = ‘Asbo’,
[‘brand’] = ‘Maxwell’,
[‘model’] = ‘asbo’,
[‘price’] = 4000,
[‘category’] = ‘compacts’,
[‘hash’] = asbo
,
[‘shop’] = ‘pdm’,
},
Ty I’ll lyk
Could u send the full vehicle.models part plz
I need it formatted to copy and past so I get it right
You add vehicles in the shared.lua at the bottom with the rest of the cars copy one add and replace the model and such to the one you wanna add.
how can i add a custom catogory in that store ?
do you know how i add custom catogories
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.