Skip to content

Jail system, working prison work to earn small amount of cash! Updated to latest ESX (without essentialsmode).

Notifications You must be signed in to change notification settings

fivem-ex/esx-qalle-jail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Image

esx-qalle-jail

Features

This is a script made for you that wan't something out of the ordinary, this is a jail script that will add some cool side effects of getting jailed, one of em is that when you get jailed you will be teleported to the charactermugshot creation, and an sheriff ped will take a photo of you. The other thing is that you can work for a small amount of cash while in jail.

Extras

  • Add To Police Menu Example ->
        elements = {
            {label = _U('citizen_interaction'),	value = 'citizen_interaction'},
            {label = _U('vehicle_interaction'),	value = 'vehicle_interaction'},
            {label = _U('object_spawner'),		value = 'object_spawner'},
            {label = "Jail Menu",               value = 'jail_menu'} -- You add this line
        }
    }, function(data, menu)

        --You add this

        if data.current.value == 'jail_menu' then
            TriggerEvent("esx-qalle-jail:openJailMenu")
        end

        --Above This
        if data.current.value == 'citizen_interaction' then

Commands

  • /jail ID jailTime(minutes) "description" command (only players who have the job "police")
  • /unjail ID to unjail a player (only players who have the job "police")
  • /jailmenu quick command if you dont want the menu. (only players who have the job "police")

Requirements

Instalation

  1. CD in your resources/[esx] folder

  2. Import jail.sql into your database

  3. Download prison-map-addon from https://github.com/qalle-fivem/prison-map-addon

  4. Add this in your server.cfg : start esx-qalle-jail

About

Jail system, working prison work to earn small amount of cash! Updated to latest ESX (without essentialsmode).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 100.0%