1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-29 11:42:07 +02:00
parent 0c9ac0a01f
commit 848bec9ed1
2 changed files with 7 additions and 2 deletions

View file

@ -96,7 +96,6 @@ 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 = { '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' } },
@ -684,6 +683,10 @@ local vehicles = { -- Vehicle list, credits to qb-core!
-- Trailer
{ model = 'boattrailer', name = 'Bootsanhänger', brand = 'HVY', price = 8000, category = 'trailer', shop = { 'trucks'} },
{ model = 'rebla', name = 'Rebla GTS', brand = 'Übermacht', price = 21000, category = 'fsuvs', shop = { 'fussion' } },
-- Import Cars
{ model = 'gb811s2', name = '811s', brand = 'Pfister', price = 80000, category = 'importcars', shop = { 'fussion' } },
{ model = 'gbadmiral', name = 'Admiral', brand = 'Dundreary', price = 80000, category = 'importcars', shop = { 'fussion' } },

View file

@ -50,7 +50,9 @@ 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' },
{ label = 'SUVs', id = 'fsuvs' },
{ label = 'Klassik', id = 'classics' },
},
pickups = {
vec4(1201.35, -3187.03, 5.98, 175.35)