1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-30 14:46:36 +02:00
parent 4bfeae726b
commit 4209a0062e
2 changed files with 1 additions and 5 deletions

View file

@ -24,7 +24,7 @@ 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 }, { 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 catalogues = { -- The catalogues to the players see the vehicle and emplooyes change the vehicle on showrrom
{ coords = vec3(-38.9677, -1100.3239, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.4407, -1102.5425, 25.4223, 21.7067), vehicle = 'premier', vehicleColor = 54 }, { coords = vec3(-38.9677, -1100.3239, 27.2744), radius = 0.3, vehicleCoords = vec4(-18.6879, -1109.9081, 25.6721, 162.7105), vehicle = 'premier', vehicleColor = 54 },
{ coords = vec3(-40.3571, -1094.4016, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.6907, -1092.1736, 25.4223, 191.9820), vehicle = 'club', vehicleColor = 0 }, { coords = vec3(-40.3571, -1094.4016, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.6907, -1092.1736, 25.4223, 191.9820), vehicle = 'club', vehicleColor = 0 },
{ coords = vec3(-46.9032, -1095.3708, 27.2744), radius = 0.3, vehicleCoords = vec4(-41.6594, -1094.7953, 25.4223, 207.8178), vehicle = 'chavosv6', vehicleColor = 73 }, { coords = vec3(-46.9032, -1095.3708, 27.2744), radius = 0.3, vehicleCoords = vec4(-41.6594, -1094.7953, 25.4223, 207.8178), vehicle = 'chavosv6', vehicleColor = 73 },
{ coords = vec3(-50.9658, -1087.0402, 27.2744), radius = 0.3, vehicleCoords = vec4(-37.3014, -1101.6620, 25.4223, 73.1960), vehicle = 'baller2', vehicleColor = 6 }, { coords = vec3(-50.9658, -1087.0402, 27.2744), radius = 0.3, vehicleCoords = vec4(-37.3014, -1101.6620, 25.4223, 73.1960), vehicle = 'baller2', vehicleColor = 6 },

View file

@ -29,10 +29,6 @@ Config.dealerships.fmpdm = { -- Dealership ID, NEEDS TO BE THE SAME AS THE JOB!!
{ 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(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(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(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 },
}, },
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!!)