Skip to content

Commands

Player Commands

job/dispatch
qb-coreesxstandalone

Opens the dispatch menu UI. Can also be opened with the configured key (default F9).

Usage
lua
/dispatch
job/callsign
qb-coreesxstandalone

Set your unit callsign. Displayed next to your name in the dispatch board. Must be 3-4 characters.

ArgumentTypeDescription
callsignYour unit callsign (3-4 characters)
Usage
lua
/callsign L-42

Call Commands

These commands are configured per-job in config.lua (the callCommand field). Players use them to send quick message calls to a department with their current location.

all/911
qb-coreesxstandalone

Send an emergency call to the Police department with your location and a message.

ArgumentTypeDescription
messageYour emergency message
Usage
lua
/911 There's a robbery at the gas station!
all/103
qb-coreesxstandalone

Send a medical emergency call to EMS with your location and a message.

ArgumentTypeDescription
messageYour emergency message
Usage
lua
/103 Someone is injured outside the hospital
all/202
qb-coreesxstandalone

Send a service call to Mechanics with your location and a message.

ArgumentTypeDescription
messageYour service request message
Usage
lua
/202 My car broke down on Route 68

TIP

The call commands (911, 103, 202) are fully configurable in config.lua. You can change them to anything — for example, 999 for UK-style emergency calls.