QB-vehicleshop issues

Qb-vehicleshop when I add another shop for addon cars nothing shows up but if I set them in the main shop with a fast place I will be able to buy them and only charge them to standard gta v cars I can see all the categories but the categories with the addon cars is empty I have added them the right way when I spawn them I can buy them directly from the admin menu with no problems and I can see them all in the
admin menu with the right categories but the shop don’t seem to be able to figure this out anyone :thinking: with a idea how to fix it I run the last updated qbcore server files :flushed:

Did you also add the vehicles into the shared.lua? They also must be put in there.

2 Likes

[‘caracara’] = {
[‘name’] = ‘Caracara’,
[‘brand’] = ‘Vapid’,
[‘model’] = ‘caracara’,
[‘price’] = 60000,
[‘category’] = ‘offroad’,
[‘hash’] = caracara,
[‘shop’] = ‘pdm’,
},

Like this should be under your qbcore folder.

2 Likes

Yep all of them is added that way but still nothing in the vehicleshop😅

2 Likes

I just made it like this
[‘s800brabus’] = {
[‘name’] = ‘mercedes s800 brabus’,
[‘brand’] = ‘Brabus’,
[‘model’] = ‘s800brabus’,
[‘price’] = 220000,
[‘category’] = ‘brabus’,
[‘hash’] = s800brabus ,
[‘shop’] = ‘luxury’,
},
And made a category in vehicleshop with brabus :blush:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.