Pursuit Scripts documentation
Create and manage your FiveM & RedM server with our scripts. Configuration-first, framework-agnostic, and built for Qbox, QBCore, and ESX.
Quick start
Get up and running in just a few minutes
Requirements
ox_lib, ox_inventory, framework — what you need
Configuration
Tune every script to match your server
API Reference
Integrate with other resources
Essentials
- Installation — Step-by-step setup
- Config Reference — Master config options
- API Reference — Exports and events
- Troubleshooting — Common issues
- Support Center — Get help
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.
RedM Scripts
RedM-specific documentation and scripts are coming soon. Stay tuned for RDR2 server resources.