From 5bdf699e677f233dcf63d0f4396046fa1582ca9e Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 23 Jun 2025 21:32:54 +0200 Subject: [PATCH] Update map4allpdm.lua --- .../[carscripts]/mt_dealerships/dealerships/map4allpdm.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua index 1ec5c42d4..c5b538c8a 100644 --- a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua +++ b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua @@ -26,9 +26,9 @@ Config.dealerships.cardealer = { -- Dealership ID, NEEDS TO BE THE SAME AS THE J 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(-42.7976, -1101.9343, 26.3023, 300.1392), vehicle = 'premier', vehicleColor = 54 }, { coords = vec3(-40.3571, -1094.4016, 27.2744), radius = 0.3, vehicleCoords = vec4(-37.1972, -1093.2445, 26.3023, 115.1698), vehicle = 'club', vehicleColor = 0 }, - { coords = vec3(-46.9032, -1095.3708, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.8146, -1091.7627, 26.3023, 184.0490), vehicle = 'chavosv6', vehicleColor = 73 }, - { coords = vec3(-51.7146, -1095.1122, 27.2744), radius = 0.3, vehicleCoords = vec4(-55.2371, -1097.4758, 26.3023, 308.8009), vehicle = 'rebla', vehicleColor = 4 }, - { coords = vec3(-50.9658, -1087.0402, 27.2744), radius = 0.3, vehicleCoords = vec4(-53.4283, -1083.3088, 26.2978, 147.7205), vehicle = 'baller2', vehicleColor = 6 }, + { coords = vec3(-46.9032, -1095.3708, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.8146, -1091.7627, 26.3023, 184.0490), vehicle = 'rebla', vehicleColor = 73 }, + { coords = vec3(-51.7146, -1095.1122, 27.2744), radius = 0.3, vehicleCoords = vec4(-55.2371, -1097.4758, 26.3023, 308.8009), vehicle = 'chavosv6', vehicleColor = 4 }, + { coords = vec3(-50.9658, -1087.0402, 27.2744), radius = 0.3, vehicleCoords = vec4(-52.4283, -1083.3088, 26.2978, 147.7205), 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' },