C7FW Jailing System

This guide explains how to correctly install and configure C7FW Jailing on your FiveM server. Follow each step carefully to ensure the script loads and functions as intended.

01. Installing the Resource

1

Download the latest release of C7 Jailing;

This folder should contain the folder: c7-scripts-jail

2

Extract the .zip file's

3

Place the folder into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-framework-v3
    └── c7-scripts-jail
circle-exclamation

02. Adding to 'server.cfg'

Add the following line to your server.cfg, preferably after your MySQL and connection resources:

ensure oxmysql
ensure c7-scripts-notifications (start first)
ensure c7-scripts-framework-v3 (start second)
ensure c7-scripts-jail

03. Script Configuration

Altering the script to your preferred configuration has been made easy with our configuration file. To get started, you need to open the file: c7-scripts-jail/config/config.lua

1

Configuring the Basics

To change the basics of the scoreboard, you need to change the following configuration lines:

2

Configuring the Jail Locations

You must change the following lines:

3

Configuring the Departments

You must change the following lines:

04. In-Game Commands

  • Default: /jail - This will open the jailing system.

Last updated