[ZaT-SCRIPTS][QBCore/ESX] GPS TRACKER

A script by ZaT

No reviews yet.
[ZaT-SCRIPTS][QBCore/ESX] GPS TRACKER main image

Price

Unknown

Full Description

Take your server gameplay to the next level with a fully functional GPS UI, perfect for police, criminals, private detectives, and more! :mag::oncoming_police_car: Whether you’re tracking vehicles or players, this script brings a realistic surveillance system to your server!

:desktop_computer: Sleek & User-Friendly UI :
Easy to use with an immersive design.

:satellite: Persistent Tracking :
GPS devices stay active even after server restarts.

:red_car: Vehicle Tracking :
Track cars using license plates.

:male_detective: Player Tracking :
Monitor players by their unique identifiers.

:oncoming_automobile: Keep UI Open While Driving :
Track your targets in real time without interruptions.

:world_map: 3 Different Map Styles :
Choose between Satellite, Altus, and Road Maps!

Developer Customization Options:

:wrench: Toggle GTA Map Waypoint Usage :
Enable or disable waypoints for GPS tracking.

:earth_africa: Add Custom Maps :
Integrate any map provider of your choice!

:control_knobs: Customizable UI Toggle Button :
Set your own keybind for opening the GPS.

:straight_ruler: Adjustable Signal Loss Distance :
Define how far a target can go before losing signal.

:door: Vehicle Door Requirement :
Decide if the vehicle door needs to be opened when attaching the GPS.

:blue_car: Restrict GPS useage on Empty Vehicles :
Choose whether GPS can be used only on empty vehicles.

:package: Custom Item Names :
Modify item names to fit your server’s theme.

Code is accessible 80%
Subscription-based No
Lines (approximately) 20k+
Requirements qb-core, es_extended
Support Yes
  • Config.lua :
Config = {}
Config.Framework        = 'qb'          -- ('esx')
Config.Inventory        = 'ox'          -- ('qs', 'ox')
Config.FrameworkPseudo  = 'qb-core'
Config.UseGTAMap        = true          -- set to false if you want to disable the waypoint on the gta 5 map
Config.distance         = 300.0         -- minumum distance between the tablet and the gps to detect the vehicle
Config.closestDistance  = 3.0           -- max distance to interact with the vehicle
Config.OpenDoors        = true          -- Open vehicle doors while adding/removing gps from the vehicle
Config.FocusButton      = 'LMENU'       -- Default is ALT, you can change it in the GTA settings later or here.
Config.Identifier       = 0             -- 0 : Steam License, 1 : Rockstar License, 2 : Discord ID, 3 : Xbox Live ID, 4 : Live ID, 5 : Fivem License Key, 6 : IP Adrtess
Config.EmptyOnly        = false         -- Can Add GPS only when no one is in the vehicle
Config.Items = {                        -- if you change the item names make sure to change them in the shared aswell and in the inventories...
    gps         = 'road_gps',
    detector    = 'road_gps_detector',
    tablet      = 'road_gps_tablet',
    guide       = 'road_gps_guide',
    ankle       = 'road_gps_ankle',
    key         = 'road_gps_ankle_key',

}

Showcase : https://youtu.be/CvwXWVEkLpI

QBCore:
:shopping_cart: Tebex : https://zatv.tebex.io/category/qbcore
:scroll: Documentation: GPS Tracker | ZaT Scripts

ESX:
:shopping_cart: Tebex : https://zatv.tebex.io/category/esx
:scroll: Documentation: GPS Tracker | ZaT Scripts