Installation
📦 Installation Guide
Follow these simple steps to set up the Fraud Script on your FiveM server.
Step 1: Install Dependencies
Step 2: Add Items
Open the file:
Install/items.luaCopy its contents into your inventory item configuration:
For QBCore:
qb-core/shared/items.luaFor ox_inventory:
ox_inventory/data/items.lua
Step 3: Add Inventory Images
Open the folder:
Install/ImgCopy all images and paste them into your inventory's image directory:
For QBCore:
qb-inventory/html/images/For ox_inventory:
ox_inventory/web/images/
Step 4: Configure the Script
Open the
config.luafile in the script directory.Adjust the settings according to your server's setup:
Choose the target system:
qb-targetorox_targetSelect the dispatch system:
ps-dispatch,aty,rcore, orquasarSet the notification system: e.g.,
ox_lib,okok,wasabi, etc.
Last updated