forked from Simnation/Main
edit
This commit is contained in:
parent
0c9ac0a01f
commit
848bec9ed1
2 changed files with 7 additions and 2 deletions
|
@ -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 = '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 = '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 = '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 = '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 = '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' } },
|
{ 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
|
-- Trailer
|
||||||
{ model = 'boattrailer', name = 'Bootsanhänger', brand = 'HVY', price = 8000, category = 'trailer', shop = { 'trucks'} },
|
{ 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
|
-- Import Cars
|
||||||
{ model = 'gb811s2', name = '811s', brand = 'Pfister', price = 80000, category = 'importcars', shop = { 'fussion' } },
|
{ model = 'gb811s2', name = '811s', brand = 'Pfister', price = 80000, category = 'importcars', shop = { 'fussion' } },
|
||||||
{ model = 'gbadmiral', name = 'Admiral', brand = 'Dundreary', price = 80000, category = 'importcars', shop = { 'fussion' } },
|
{ model = 'gbadmiral', name = 'Admiral', brand = 'Dundreary', price = 80000, category = 'importcars', shop = { 'fussion' } },
|
||||||
|
|
|
@ -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!!)
|
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 = 'Import Autos', id = 'importcars' },
|
||||||
{ label = 'Supersport', id = 'super' },
|
{ label = 'Supersport', id = 'super' },
|
||||||
{ label = 'SUVs', id = 'suvs' },
|
{ label = 'SUVs', id = 'fsuvs' },
|
||||||
|
{ label = 'Klassik', id = 'classics' },
|
||||||
|
|
||||||
},
|
},
|
||||||
pickups = {
|
pickups = {
|
||||||
vec4(1201.35, -3187.03, 5.98, 175.35)
|
vec4(1201.35, -3187.03, 5.98, 175.35)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue