Installation
📦 Installation Guide
Follow these simple steps to set up the Wheel Lock on your FiveM server.
Step 1: Install Dependencies
Add the following resources to your
server.cfg:
Step 2: Add Items
Open the file:
items_ox_inventory.lua, items_qb_inventory.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 framework:
esxorqbcore or qboxChoose the target system:
qb-target or ox_targetSelect the dispatch system:
ps-dispatch,aty_dispatch, qbcore
Last updated