Getting Started
Complete documentation for all Pursuit Scripts FiveM & RedM resources.
Requirements
All Pursuit Scripts require the following core dependencies:
| Dependency | Required | Notes |
|---|---|---|
| ox_lib | ✅ Yes | Core utilities library |
| ox_inventory | ✅ Yes | Inventory system |
| ox_target | Recommended | Target system (TextUI fallback available) |
| Framework | One Required | Qbox, QBCore, or ESX |
Installation
- Download the script from Tebex
- Extract to your
resources/[standalone]/folder - Add to
server.cfgafter dependencies:
ensure ox_lib
ensure ox_inventory
ensure ox_target
ensure prp-pawn
ensure prp-zombies
ensure prp-trashhunt
- Configure each script in
config/config.lua - Restart your server
Framework Detection
All scripts auto-detect your framework. No manual configuration needed:
| Framework | Detection |
|---|---|
| Qbox | qbx_core resource started |
| QBCore | qb-core resource started |
| ESX | es_extended resource started |
Pro Tip: Always ensure
ox_lib is started before any Pursuit Script to avoid initialization errors.