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

  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.