Welcome to the Brutal Gang Actions installation guide, here you can learn how to completely install our asset.
If you don't have any experience in development we are highly recommend to follow each step in this documentation, and if you have a developer ask them to install the script for you as they have more experience.
Asset download
Once the purchase is made on our official website, you will receive your asset directly in your Keymaster, in the Granted Assets panel you will see the asset, download it and do the following steps to install it correctly.
Put the script folder to your server.
Start the script in the server.cfg. (ensure brutal_gang_actions)
Restart your server! (And you get permission to use the script)
Correctly position the assets in the server.cfg by following this step, if something goes wrong you will probably get errors about exports not found, do not skip this step!
-- First we will start the cores, never belowensurees_extendedorqb-core-- The Notify / TextUI or target system / Progressbar / Inventory / Billing have to be above our assetensure [notify]ensure [inventory]ensure [billing]ensure [textui] -- or target system -- Start the Brutal Gang Actions at the endensurebrutal_gang_actions
Setting the loaded event
If you are using a multicharacter system then this step is really important to make our script working propetly! If you don't use any or the loaded event is the same as the basic core one then you are done with this step.
In the client-core.lua file go to the LoadedEvent variable and if you are using a different event then paste there your event which is used on your server.
client-core.lua
Checking the Config file
Please make sure that you go through the whole file during the installation and check everything. It is one of the most important things as if you miss this step the script might won't work propetly.
Most important steps
The most important things always at the top of the config so pay the most attencion to these elements.
Setting the Core
Set your server's core wether it's using es_extended or qb-core, other cores aren't supported .
Setting the Notify
If you are using the Brutal Notify then it is good news, you don't have to do anything.
If you aren't then set the BrutalNotify value to false in the config and set up your own notify in the cl-utils.lua
Setting the Target
Set the Target from the options which are commented out. If you don't want to use the
If you got any error
If you followed the installation guide and the script still don't work or you get any errors the please check the common errors, here in the docs and in our discord server, for more informations.