forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
68f35420ea
commit
5bf007558c
1 changed files with 1 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue