Page cover

Jobtimeout

Jobtimeout Documentation

------INSTALLATION------

STEP 1 - Unzip The Folder

Unzip the script folder than copy or cut everything inside file and paste it on your server resources folder.

STEP 2 - Add Script To Server

Add the script to you server config : " ensure brezel_factioncooldown ".

STEP 3 - Script Configuration

When you open the config file you'll see a lines of codes to configure it to your server.

STEP 3.1 - Language and Cooldown Configuration

BS_C.Lang = 'en'
BS_C.Cooldown = 10 -- in minutes

STEP 3.2 - Webhook Configuration

Create a Webhook on your Discord Server and paste the Link here

SQL Installations

SQL installation brief for Jobtimeout resource.

STEP 1 - SQL Installation

Go to your Database and add the following code

ALTER TABLE `users` ADD `job_cooldown` VARCHAR(255) NOT NULL DEFAULT 0 AFTER `job`;

TEBEX

Last updated