[Release][ESX] Police Vehicle Tracker [with UI]

@NebelRebell be sure that the folder name is exactly mark-b_police-tracker.
If you want to rename the folder to example policetracker

You have to edit these lines too:
mark-b_police-tracker => policetracker

- html/handler.js:40:    $.post("http://mark-b_police-tracker/close", JSON.stringify({}));
- html/handler.js:50:      "http://mark-b_police-tracker/searchPlate",
- html/handler.js:67:      "http://mark-b_police-tracker/removeSearch",

+ html/handler.js:40:    $.post("http://policetracker/close", JSON.stringify({}));
+ html/handler.js:50:      "http://policetracker/searchPlate",
+ html/handler.js:67:      "http://policetracker/removeSearch",
2 Likes

Love you br0 :wink:

@kaitomar Did you even read this topic?
And also you did not supply any form of information to help you. Just mimimi I did something wrong I will blame the author.

Its working fine now

How would I add a timer to the script to have a cooldown before the next activation, and say some text.
Loving the work.

ignore last comment this only seemed to be an issue tracking cars with ai in them, pretty much track half way across the map with players in the vehicles, a timer would be nice though so the cops cant spam it

1 Like

Hey, i opened the Tracker, and my game froze. I mean The cursor stayed all the time. I had to restart my game. How i can fix that?

2 Likes

gives a nasty hitch warning if they get the plate wrong

Hello Guys,

How can I do that as a policeman in the PD I stand at a marker and can only open it there.

How to fix UI wont close after i press search or cancel, its just another ui of it with another language version is popping up and i cannot close it.

nice job man

Am I able to customise the logo when i download it for my server?

Hello. I have a minor problem …
It happens to me that when the PD is far from the stolen vehicle. And they want to find a vehicle that has been stolen, so it doesn’t work.
I thought it created a Blip all over the map not just a certain range.

Is it possible to fix it? So that it works everywhere and all over the map?

He does not send me an alert but I will open the program

Hi can anyone help me
i added to the server theres no error but when i cliked F9 nothing happens

Is it Possible to Made a Mobile Phone Tracker ?

Possible, but by default every phone is the same, so you will have to rely on looking by name and then running a check whether that character has a phone on them.

yup i also have this error

Hello,

Very very nice script i love it !!
Do you know if it’s possible to limit the acces of this script for only a few model of vehicule ?

Sure, just add a check for the vehicle model (if it’s multiple, use a table), it’s rather trivial TBH