Installation
Resource installation guide and dependencies
Last updated
Resource installation guide and dependencies
Last updated
Download your resource from FiveM's Keymaster.
Unzip t1ger_gangsystem.zip
folder and place it into your resource folder.
Add ensure t1ger_gangsystem
to your server start config. Make sure to place anywhere below the framework and dependencies resources.
Please open main.sql
and execute the queries into your database or import the SQL file directly into your database.
Make sure to update t1ger_gangsystem/config.lua
with the respective item names, so that the resource knows what items to use.
You can quickly search for requiredItem
inside the config.lua
to find the item entries.
If you already have the items below or have similar items, you can skip the installation for items, just make sure to update config.lua
with your item names.
Open your database and find the items table.
Run the following query to insert items into your table:
Navigate to qb-core/shared/items.lua
and open up the file.
Insert the following items into this file:
You must go through all configurable options & settings in config.lua
and configure them to your server's preferences.
Also please read the comments at the end of each line, for a brief information on what the option does.
The required dependencies for this resource can be seen in Dependencies.
Make sure to start/ensure these dependencies in your server start config before T1GER Gang System.
Congratulations, you've successfully installed the resource. Restart the server and you will be all set.
Resource
Install
Description
Required
Framework, inventory, target and etc.
Required
Context menu, notification etc.