Installation
1. Download Resource
Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.
2. Import Database Tables
This is a very important step - without it, the script will not work properly. Paste the SQL code into your database.
Not sure how to do it?
No worries - we've prepared a short guide that shows you step by step how to import an SQL file into your database: 👉 Click here to view the tutorial.
3. Add Required Items
The script uses its own items. Depending on what inventory you are using, select the appropriate section and add these items to either your item file or database.
4. Register Jobs
Some functions work only if the player has a proper job. In this section, you will find ready-made job that you need to add in your framework (ESX/QB).
5. Start Resource
To start a resource in your server.cfg
, ensure that it begins after your framework has been initiated. For instance, if you are using a framework like es_extended
, you should start resource after it, like so:
Ensure there are no syntax errors or incorrect paths in your server.cfg
.
Last updated
Was this helpful?