1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/nordi_tracking/config.lua

19 lines
524 B
Lua
Raw Normal View History

2025-08-05 09:48:15 +02:00
Config = {}
-- Locations where the tracking system can be accessed
Config.TrackingLocations = {
{
2025-08-05 09:49:59 +02:00
coords = vector3(369.79, -1588.01, 29.43), -- LSPD Davis
2025-08-05 09:48:15 +02:00
radius = 2.0,
job = {"police"}, -- Only police can access at this location
label = "Polizei Tracking System"
2025-08-05 09:52:29 +02:00
}
2025-08-05 09:48:15 +02:00
}
-- Command to open tracking menu (can be disabled by setting to false)
Config.EnableCommand = true
Config.Command = "tracking"
-- Key to press at tracking locations (default is E)
Config.InteractKey = 38 -- E key