diff --git a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua index a98a4f91c..4b057676a 100644 --- a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua +++ b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua @@ -24,10 +24,10 @@ 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(-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(-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(-38.9677, -1100.3239, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.1362, -1101.3213, 25.4224, 249.8032), vehicle = 'premier', vehicleColor = 54 }, + { coords = vec3(-48.1848, -1094.3549, 26.4005), radius = 0.3, vehicleCoords = vec4(-47.6907, -1092.1736, 25.4223, 191.9820), vehicle = 'club', vehicleColor = 0 }, + { coords = vec3(-41.5470, -1097.1390, 26.4071), radius = 0.3, vehicleCoords = vec4(-41.6594, -1094.7953, 25.4223, 207.8178), vehicle = 'chavosv6', vehicleColor = 73 }, + { coords = vec3(-40.0641, -1100.7145, 26.3959), radius = 0.3, vehicleCoords = vec4(-37.3014, -1101.6620, 25.4223, 73.1960), vehicle = 'baller2', vehicleColor = 6 }, }, 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 = 'Compacts', id = 'compacts' },