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.lua
Copy its contents into your inventory item configuration:
For QBCore:
qb-core/shared/items.lua
For ox_inventory:
ox_inventory/data/items.lua
Step 3: Add Inventory Images
Open the folder:
Install/Img
Copy 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.lua
file in the script directory.Adjust the settings according to your server's setup:
Choose the target system:
qb-target
orox_target
Select the dispatch system:
ps-dispatch
,aty
,rcore
, orquasar
Set the notification system: e.g.,
ox_lib
,okok
,wasabi
, etc.
Last updated