1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-08-05 09:49:59 +02:00
parent 68f35420ea
commit 5bf007558c

View file

@ -3,29 +3,11 @@ Config = {}
-- Locations where the tracking system can be accessed
Config.TrackingLocations = {
{
coords = vector3(440.84, -981.14, 30.69), -- LSPD Mission Row
coords = vector3(369.79, -1588.01, 29.43), -- LSPD Davis
radius = 2.0,
job = {"police"}, -- Only police can access at this location
label = "Polizei Tracking System"
},
{
coords = vector3(309.21, -592.82, 43.28), -- Pillbox Hospital
radius = 2.0,
job = {"ambulance"}, -- Only ambulance can access at this location
label = "Krankenhaus Tracking System"
},
{
coords = vector3(-347.41, -133.08, 39.01), -- LS Customs
radius = 2.0,
job = {"mechanic"}, -- Only mechanics can access at this location
label = "Mechaniker Tracking System"
},
{
coords = vector3(106.11, -1304.49, 28.77), -- Vanilla Unicorn (example for multiple jobs)
radius = 2.0,
job = {"police", "ambulance"}, -- Multiple jobs can access here
label = "VU Tracking System"
}
}
-- Command to open tracking menu (can be disabled by setting to false)