From 81a517a3052dd3ab0f8d705dcfbd22d62e27c5e6 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 28 Jun 2025 01:42:47 +0200 Subject: [PATCH] Update fussion.lua --- .../[carscripts]/mt_dealerships/dealerships/fussion.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[carscripts]/mt_dealerships/dealerships/fussion.lua b/resources/[carscripts]/mt_dealerships/dealerships/fussion.lua index 3318a026a..7433c58f8 100644 --- a/resources/[carscripts]/mt_dealerships/dealerships/fussion.lua +++ b/resources/[carscripts]/mt_dealerships/dealerships/fussion.lua @@ -43,9 +43,9 @@ Config.dealerships.fussion = { -- Dealership ID, NEEDS TO BE THE SAME AS THE JOB { coords = vec3(-556.3764, -589.7482, 40.5671), radius = 0.25, vehicleCoords = vec4(-555.3364, -585.5059, 39.2745, 220.6161), vehicle = 'adder', vehicleColor = 73 }, { coords = vec3(-548.9539, -589.3450, 40.4064), radius = 0.25, vehicleCoords = vec4(-548.8506, -585.3450, 39.2745, 214.1314), vehicle = 'tyrus', vehicleColor = 10 }, { coords = vec3(-541.7648, -589.3937, 40.4221), radius = 0.25, vehicleCoords = vec4(-541.4133, -585.2802, 39.2745, 213.1912), vehicle = 'Zeno', vehicleColor = 76 }, - { coords = vec3(-535.0157, -589.3689, 40.4999), radius = 0.25, vehicleCoords = vec4(-534.5933, -585.4171, 39.2745, 214.8601), vehicle = 'Vagner', vehicleColor = 4 }, - { coords = vec3(-527.6953, -589.2736, 40.4893), radius = 0.25, vehicleCoords = vec4(-527.5058, -585.4001, 39.2745, 215.8088), vehicle = 'Thrax', vehicleColor = 77 }, - { coords = vec3(-520.6314, -589.4058, 40.5970), radius = 0.25, vehicleCoords = vec4(-520.4396, -585.2589, 39.2745, 217.4469), vehicle = 'nero2', vehicleColor = 8 }, + { coords = vec3(-535.0157, -589.3689, 40.4999), radius = 0.25, vehicleCoords = vec4(-534.5933, -585.4171, 39.2745, 214.8601), vehicle = 'krieger', vehicleColor = 4 }, + { coords = vec3(-527.6953, -589.2736, 40.4893), radius = 0.25, vehicleCoords = vec4(-527.5058, -585.4001, 39.2745, 215.8088), vehicle = 'fmj', vehicleColor = 77 }, + { coords = vec3(-520.6314, -589.4058, 40.5970), radius = 0.25, vehicleCoords = vec4(-520.4396, -585.2589, 39.2745, 217.4469), vehicle = 'le7b', 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 = 'Import Autos', id = 'importcars' },