⚙️Trackers Config
This page provides comprehensive information on configuring vehicle trackers in your game.
General Tracker Settings
Config.UseTrackers = true
Toggles the use of vehicle trackers. If set to true
, vehicles can be equipped with tracking devices.
Config.TrackersUpdateTimer = 10000
Defines the update frequency for the tracker's location, in milliseconds. Setting this to 10000
means the tracker updates the vehicle's location every 10 seconds.
Config.UseAreaTracker = true
Toggles the area tracker feature, which provides an approximate location radius instead of a precise point. Useful for simulating real-life tracking limitations.
Area Tracker Radius
Tracker Types and Strength
Tracker Status Configuration
Whitelisted Jobs for Emergency Trackers
Config.WhitelistedEmergencyTrackerJobs = {
[1] = "police",
[2] = "ambulance",
}
Specifies which in-game jobs, like police or ambulance, have access to viewing emergency trackers on their map.
Signal Towers
Last updated
Was this helpful?