itsHazeyo / warrant

NPC Police Warrant and Jail System for FiveM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated NPC Police Warrant and Jail System for FiveM

An attempt at a recreation of a favorite mod, Arrest Warrant by Guadmaz

Requirements:

  • mythic_notify
  • progressBars

Recommended:

  • brownprison (interior jobs and workouts)

SQL changes are required, a file is in the works to help with that

In the meantime you will need to add these colums to ESX -> users (Structure -> Scroll to the bottom -> Add column -> Repeat):

  1. is_jailed -> tinyint(1) -> default 0

  2. jailtime -> varchar(255) -> default 0

  3. wanted -> tinyint(3) -> default 0

To get NPC police back on patrol, use this: https://github.com/BirddMann/npc_police


Thanks,

Bird

About

NPC Police Warrant and Jail System for FiveM

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%