ktoxktox docs

Getting Started

Installation and setup guide for ktx_dispatch, an emergency dispatch system for FiveM.

Getting Started

ktx_dispatch is an emergency dispatch system for FiveM. Features a React NUI panel with priority-based calls, department filtering, and real-time updates. Emergency workers see calls for their department, citizens can create new calls.

Requirements

  • ox_lib - utility library
  • OneSync - must be enabled on your server
  • es_extended - default framework template (swap by editing custom/server.lua and custom/client.lua)

Installation

  1. Download from Keymaster
  2. Extract to your server's resources folder
  3. Add to server.cfg

Warning: Load order matters. ox_lib must start before ktx_dispatch.

ensure ox_lib
ensure ktx_dispatch

Usage

Use the /dispatch command to open the dispatch panel.

  • Emergency workers (police, EMS, fire, etc.) see incoming calls filtered to their department
  • Citizens can create emergency calls with location, description, and priority
  • Calls are sorted by priority weight and update in real-time