🔫FFA
FFA 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_ffa ".
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 Configuration

BS_C.Lang = "en"
STEP 3.2 - Webhook Configuration
Go to sv_config.lua and configure it according to your ideas.

Deathscreen Configuration
STEP 1 - Find ESX Ambulance Job
Go to esx_ambulancejob/client/main.lua
STEP 2 - Find The Function
Find the function from esx_ambulancejob/client/main.lua shown below.

And than add the following code above StartDeathTimer() in the OnPlayerDeath() function.
if exports["brezel_ffa"]:IsInFFA() then
return
end

SQL Installations
SQL installation brief for ffa resource.
STEP 1 - SQL Installation
Go to your Database and add the following code
CREATE TABLE `brezel_ffa` (
`identifier` varchar(46) NOT NULL,
`kills` varchar(255) DEFAULT NULL,
`deaths` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
Preview Video
Hier kommt noch ein YT Video
TEBEX

Last updated