GPS SYSTEM FOR ESX
Inside this package you will find 2 different scripts.
GPS Tracker: Place the item on a vehicle to know where it is, for a period of time.
First you install the device in the vehicle:
If the vehicle engine is not running on install, player gets a white Blip in map, when engine starts, tracker will show a different blip in map, and it will last for the period of battery life
Search Radar: System that measures the distance until your object
This script is intended for everyone that wants to make players search for the destinations, instead of just marking them on map, simple as...
TriggerEvent("TopSearchRadar:client:toggleMeter", vector3(10.01,20.01,1.01))
to show rmeter with the spot set,
or...
TriggerEvent("TopSearchRadar:client:updMeter", vector3(10.01,20.01,1.01))
to update info of a moving target
Highly customizable


Support will be given
Easy implementation on other scripts