[Release] [ESX] Police Wanted

[Requirements]:
esx_policejob: https://github.com/FXServer-ESX/fxserver-esx_policejob

[Features]:

  • Wanted Online players
  • Show wanted players
  • Discord and Gcphone records
  • command /wanted and /unwanted
  • Wanted using prisoner characteristics

[Language]

  • en
  • tw
  • de (Thank for @PLG_Dante)
  • fr (Thank for @Manta)
    ( :sweat:Please upload your language translation to me and I will update.)

[image]

Video

The video map Bilp is incorrect. I changed it to record the final position of the player instead of following the player to ensure the balance of the role-playing game. Sorry for my english

Download and Installation

Temporarily closed

Update

2020-05-16T16:00:00Z Add Features wanted

My first script, I hope you like :heart:

8 Likes

Nice release :wink:
What’s your menu at 0:01?

Should I send you an german translation? I think some users here are german. So am I ^^

1 Like

Who is able to see the wanted people? Everyone or only cops?

Thank you

of course

only cops

how to open the menu ?

Readme
You need add some code to esx_policejob in readme bottom.
Use esx_policejob menu open the Wanted menu. As shown in my video

You forgot to add SQL file, just need a new column on users table named ‘wanted’ type int, default ‘0’…but just saying…tested it, working, looks awesome, will try to adapt it to some other job to make it a unique feature…Thanks for sharing! :slight_smile:

1 Like

i used register command /wanted

1 Like

Oh right my fault thank you

1 Like

Good job
I will consider adding it

Update

  • Add Wanted

/wanted [ID] [Time] [Reason]

  • Add UnWanted

/unwanted [ID]

  • Add esx_wanted.sql
    (Forgot to add my fault)

Thank for @Hiso @Saitama5230

1 Like

hi Ivan, i would like to convert all ooc name to in-game name like first name and last name of your character how can i do that?

when removing wanted it uses ooc name instead of in-game name

Ahh my bad … I saw it. Only this 3 Lines :slight_smile:

{label = “Wanted”, value = ‘wanted_menu’}                  --  This

if data.current.value == ‘wanted_menu’ then                -- This
TriggerEvent("esx_wanted:openWantedMenu")
end												-- end

do you know how to get in-game name not ooc name ?

GetPlayerName // GetCharacterName

after adding the code to policejob the policejob wont working

Show me your client files