Skip to content

qalle-git/esx-qalle-jail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Server Event Exploit Protection `esx-qalle-jail:jailPlayer`
7cd4a8f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 3, 2018 20:49
October 8, 2018 17:05
October 17, 2018 16:08
October 8, 2018 17:05
October 17, 2018 16:00
November 2, 2018 21:04

esx-qalle-jail

[INFO]

  • Anti Combat Log
  • Prison Work
  • Working Teleporters
  • Cool Interior
  • Photo Taken (Mugshot)

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

[USAGE]

  • /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]

[INSTALLATION]

  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

[SCREENSHOTS]

Jail Menu

UnJail Menu

About

Jailsystem, working prisonwork to earn small amount of cash!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages