1
0
Fork 0
forked from Simnation/Main

Update fussion.lua

This commit is contained in:
Nordi98 2025-06-28 01:42:47 +02:00
parent 5db3487d97
commit 81a517a305

View file

@ -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' },