forked from Simnation/Main
edit
This commit is contained in:
parent
a50f19fc98
commit
c01fa3bb74
1 changed files with 4 additions and 9 deletions
|
@ -24,19 +24,14 @@ Config.dealerships.cardealer = { -- Dealership ID, NEEDS TO BE THE SAME AS THE J
|
|||
{ coords = vec3(-45.9, -1090.5, 26.4), radius = 0.5, includeBossMenu = true },
|
||||
},
|
||||
catalogues = { -- The catalogues to the players see the vehicle and emplooyes change the vehicle on showrrom
|
||||
{ coords = vec3(292.7473, -1152.1406, 29.4255), radius = 0.3, vehicleCoords = vec4(1013.9116, -2488.0178, 28.3045, 147.9044), vehicle = 'nmule', vehicleColor = 54 },
|
||||
{ coords = vec3(295.4255, -1152.9888, 29.4255), radius = 0.3, vehicleCoords = vec4(294.4805, -1150.6599, 28.4255, 214.4010), vehicle = 'sombrero', vehicleColor = 8 },
|
||||
{ coords = vec3(297.3023, -1153.2100, 29.4255), radius = 0.3, vehicleCoords = vec4(296.3043, -1150.6807, 28.4255, 208.9877), vehicle = 'reever', vehicleColor = 73 },
|
||||
{ coords = vec3(299.5537, -1154.1748, 29.4255), radius = 0.3, vehicleCoords = vec4(299.9890, -1153.6533, 28.4255, 201.5733), vehicle = 'zombieb', vehicleColor = 4 },
|
||||
{ coords = vec3(302.1597, -1157.3463, 29.4255), radius = 0.3, vehicleCoords = vec4(303.2498, -1156.4666, 29.4255, 209.1806), vehicle = 'sanctus', vehicleColor = 6 },
|
||||
{ coords = vec3(303.2228, -1153.4419, 29.4255), radius = 0.3, vehicleCoords = vec4(303.2228, -1153.4419, 29.4255, 217.3285), vehicle = 'gobi600', vehicleColor = 73 },
|
||||
{ coords = vec3(301.5974, -1150.6487, 29.4255), radius = 0.3, vehicleCoords = vec4(301.5974, -1150.6487, 29.4255, 202.4496), vehicle = 'saltflat', vehicleColor = 5 },
|
||||
{ coords = vec3(303.4295, -1150.7617, 29.4255), radius = 0.3, vehicleCoords = vec4(303.4295, -1150.7617, 29.4255, 209.6436), vehicle = 'lectro', vehicleColor = 74 },
|
||||
{ coords = vec3(299.9937, -1150.8066, 29.4255), radius = 0.3, vehicleCoords = vec4(299.9937, -1150.8066, 29.4255, 199.0294), vehicle = 'hiroshima', vehicleColor = 9 },
|
||||
{ coords = vec3(1010.7226, -2494.6206, 28.2670), radius = 0.3, vehicleCoords = vec4(1013.9116, -2488.0178, 28.3045, 147.9044), vehicle = 'nmule', vehicleColor = 54 },
|
||||
{ coords = vec3(1019.7201, -2497.9099, 28.4533), radius = 0.3, vehicleCoords = vec4(1022.3616, -2492.5332, 28.5080, 156.3460), vehicle = 'benson', vehicleColor = 8 },
|
||||
|
||||
|
||||
},
|
||||
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 = 'LKWS', id = 'trucks' },
|
||||
{ label = 'Import LKWS', id = 'importtrucks' },
|
||||
{ label = 'Vans', id = 'vans' },
|
||||
},
|
||||
pickups = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue