Installations

Step 1 โžก Dependencies

This is one of the most important parts, since without the dependencies, the resource will never work or not start, here we will list the dependencies with their respective links for you to download and add them to your server.

Pre-configured for ox_target in client_editable.lua, you can change it.

Step 2 โžก Resources in server.cfg

The correct order of the resources is as follows, always keeping es_extended and its cores above, but the other normal resources below

ensure sfjail

Step 3 โžก Database

Run query/SQL query and paste below code.

-- for ESX
ALTER TABLE `users` ADD `jail_time` INT(5) NOT NULL DEFAULT 0;

-- for QB-Core
ALTER TABLE `players` ADD `jail_time` INT(5) NOT NULL DEFAULT 0;

-- for Other Framework
ALTER TABLE `yourTableWithUsers` ADD `jail_time` INT(5) NOT NULL DEFAULT 0;

Step 4 โžก Click on Config

Last updated