From eb1fe34e535bf008a42b0325447a52b9c0f081d9 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 23 Jun 2025 20:36:18 +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 688d7b804..a2ea2ec0c 100644 --- a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua +++ b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua @@ -25,9 +25,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.4576, -1100.1495, 27.2744), radius = 0.3, vehicleCoords = vec4(-42.7976, -1101.9343, 26.3023, 300.1392), vehicle = 'premier', vehicleColor = 54 }, - { coords = vec3(-40.7651, -1094.7084, 27.2744), radius = 0.3, vehicleCoords = vec4(-40.7462, -1094.6582, 26.2744, 290.8288), vehicle = 'mesa', vehicleColor = 0 }, - { coords = vec3(-46.9909, -1095.9198, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.8146, -1091.7627, 27.3023, 184.0490), vehicle = 'vacca', vehicleColor = 73 }, - { coords = vec3(-51.3000, -1094.8566, 27.2744), radius = 0.3, vehicleCoords = vec4(-55.2371, -1097.4758, 27.3023, 308.8009), vehicle = 'cavalcade', vehicleColor = 4 }, + { coords = vec3(-40.7651, -1094.7084, 27.2744), radius = 0.3, vehicleCoords = vec4(-35.2390, -1093.0940, 26.3023, 102.9311), vehicle = 'mesa', vehicleColor = 0 }, + { coords = vec3(-46.9909, -1095.9198, 27.2744), radius = 0.3, vehicleCoords = vec4(-47.8146, -1091.7627, 26.3023, 184.0490), vehicle = 'rebla', vehicleColor = 73 }, + { coords = vec3(-51.3000, -1094.8566, 27.2744), radius = 0.3, vehicleCoords = vec4(-55.2371, -1097.4758, 26.3023, 308.8009), vehicle = 'cavalcade', vehicleColor = 4 }, }, 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' },