For the complete documentation index, see llms.txt. This page is also available as Markdown.
Installation
1. Download Resource
Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.
2. Install Required Dependencies
This script needs a few extra resources to work properly.
Below you will find a list of things to download - click the link, download and upload to your server just like other resources.
This is a very important step - without it, the script will not work properly.
Depending on the framework you are using (ESX or QB-Core), select the appropriate section below and 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.
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.
Items for esx inventoryItems for ox_inventoryItems for qb-inventory / qs-inventory / origen_inventory
5. Adjust Metadatas for Inventory
This script uses item metadata to store additional information.
To make this data visible directly in your inventory UI, you need to add the code snippet below to your inventory configuration.
Metadata for ox_inventory
Customizable at the very bottom of the config.client.lua file
Metadata for old qb-inventory
Go to qb-inventory/html/js/app.js
Find function FormatItemInfo
Enter items metadata readout correctly
Metadata for qs-inventory
Go to qs-inventory/config/metadata.js
Find function FormatItemInfo
Enter items metadata readout correctly
Metadata for origen_inventory
Go to origen_inventory/html/js/items.js
Find driver_license and remove the entire displayMeta function.
Find id_card and replace the entire function displayMeta responsible for id_card.
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.
start [core] # For example, here is your framework (esx/qb-core)
# Here you run your other resources like esx_policejob etc.
# VMS Resources
start MugShotBase64
start vms_documentsv2