Export
TrackPhone
local track = TrackPhone("0123456789", 30)
print(track)
-- Returns true if the function was able to track.TrackPhoneContinuously
local track = TrackPhoneContinuously("0123456789", 30, 1)
print(track)
-- Returns true if the function was able to track.CancelTracking
GetClosestMastToPed
GetClosestMastToCoords
GetPlayersInPlayerMastCoverage
Last updated