πΊοΈVehicleTracker
Track all your owned vehicles!
Last updated
Track all your owned vehicles!
Last updated
This resource provides you with the means to locate and track all your owned vehicles via blips on the map. This is a great complimentary resource for any parking scripts as it allows tracking even when the vehicles are out of scope of a player.
Fully compatible with AdvancedParking and can integrate into other scripts as well using the available exports.
Menu for tracking owned vehicles (ESX/QB + NativeUI necessary). (configurable command and/or button and/or item)
Police can track any vehicle by plate (ESX/QB + NativeUI necessary).
Tracking blips are updated every 2.5 seconds or in realtime when the vehicle is nearby (configurable).
Serverside exports for tracking vehicles.
Client Side:
Idle: 0.00ms
Tracking 3 vehicles: 0.01-0.04ms (depends on if they are updated client or serverside)
Server Side:
Idle: 0.00ms
Tracking 3 vehicles: 0.01-0.02ms (depends on if they are updated client or serverside)
If you are not using a parking script and you are not spawning your vehicles on server side, the blips will disappear when the player is too far away, as the vehicle might be unloaded by the engine itself. This is why it is highly recommended to use e.g. AdvancedParking, as that script will always return a position of a saved vehicle!