1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-29 11:26:32 +02:00
parent 282085e6fc
commit 0c9ac0a01f
2 changed files with 2 additions and 1 deletions

View file

@ -96,7 +96,7 @@ local vehicles = { -- Vehicle list, credits to qb-core!
{ model = 'patriot', name = 'Patriot', brand = 'Mammoth', price = 21000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'patriot2', name = 'Patriot Stretch', brand = 'Mammoth', price = 21000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'radi', name = 'Radius', brand = 'Vapid', price = 18000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'rebla', name = 'Rebla GTS', brand = 'Übermacht', price = 21000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'rebla', name = 'Rebla GTS', brand = 'Übermacht', price = 21000, category = 'suvs', shop = { 'fussion' } },
{ model = 'rocoto', name = 'Rocoto', brand = 'Obey', price = 13000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'seminole', name = 'Seminole', brand = 'Canis', price = 20000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },
{ model = 'seminole2', name = 'Seminole Frontier', brand = 'Canis', price = 13000, category = 'suvs', shop = { 'cardealer', 'fmpdm', 'fussion' } },

View file

@ -50,6 +50,7 @@ Config.dealerships.fussion = { -- Dealership ID, NEEDS TO BE THE SAME AS THE JOB
categories = { -- The categories that will show on the catalogue and dashboard (need to add the shop with the job name to the vehicles.lua too on the shops field otherwise it'll not show the vehicles!!)
{ label = 'Import Autos', id = 'importcars' },
{ label = 'Supersport', id = 'super' },
{ label = 'SUVs', id = 'suvs' },
},
pickups = {
vec4(1201.35, -3187.03, 5.98, 175.35)