Installation
Requirements
| Resource | Status | Notes |
|---|---|---|
| ox_lib | Required | Core utilities |
| ox_inventory | Required | Inventory system |
| ox_target | Recommended | Shop interaction |
| Framework | One Required | Qbox, QBCore, or ESX |
Step 1: Download
Download your script from your Tebex purchases.
Step 2: Extract
Extract to your resources folder:
resources/
[standalone]/
prp-pawn/
client/
server/
html/
config/
...
Step 3: Configure server.cfg
Add to your server.cfg after dependencies:
# Dependencies first
ensure ox_lib
ensure ox_inventory
ensure ox_target
# Then the script
ensure prp-pawn
Step 4: Configure
Edit config/config.lua to customize shop locations, item pricing, and economy caps.
Step 5: Restart
Restart your server or use refresh and ensure prp-pawn.
Verify Installation: Run
/pawn:doctor in-game to check dependencies, framework detection, and shop initialization.