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

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

  1. Download the script from Tebex
  2. Extract to your resources/[standalone]/ folder
  3. Add to server.cfg after dependencies:
ensure ox_lib
ensure ox_inventory
ensure ox_target
ensure prp-pawn
ensure prp-zombies
ensure prp-trashhunt
  1. Configure each script in config/config.lua
  2. 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.