esx_p_cartrackers

This item is free.

Install trackers and track vehicles
* You need item to install tracker, search for tracker and delete tracker

* Trackers are updated frequently - you can change values easily

* Trackers are saved to database so they are saved in reboots

* Trackers show last position even if car is deleted

* Disabled trackers are shown in the map until server is restarted

* Command for enable/disable trackers from map

* Zone system for non tracked areas (good if you use teleports to IPL's)

* Not obfuscated or ip-locked, edit it way you like

Requirements

* ESX

* MySQL

Notes
* Script does not come with sql file for items - query is at the bottom

Limitations
* Tracking system is using plates for tracking (if players can change plate - it will no track anymore. If you have same plate - tracker will bounce around map.)

* MySQL save is done only time to time so in boot positions can be bit off.

* Car position is only updated when player is on drivers seat.

* Trackers are saved with steam hexid. If you use multicharacter system you need to make changes!

Youtube link: https://www.youtube.com/watch?v=FgEDxykeif4

MYSQL QUERY FOR ITEMS

INSERT INTO `items` (`name`, `label`) VALUES


    ('cartracker', 'Car tracker'),


    ('cartrackerdisabler', 'Car tracker disabler'),

    

    ('cartrackerfinder', 'Car tracker finder')


;