Commands
Player Commands
job
/dispatchqb-coreesxstandalone
Opens the dispatch menu UI. Can also be opened with the configured key (default F9).
Usage
lua
/dispatchjob
/callsignqb-coreesxstandalone
Set your unit callsign. Displayed next to your name in the dispatch board. Must be 3-4 characters.
| Argument | Type | Description |
|---|---|---|
callsign | | Your unit callsign (3-4 characters) |
Usage
lua
/callsign L-42Call 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
/911qb-coreesxstandalone
Send an emergency call to the Police department with your location and a message.
| Argument | Type | Description |
|---|---|---|
message | | Your emergency message |
Usage
lua
/911 There's a robbery at the gas station!all
/103qb-coreesxstandalone
Send a medical emergency call to EMS with your location and a message.
| Argument | Type | Description |
|---|---|---|
message | | Your emergency message |
Usage
lua
/103 Someone is injured outside the hospitalall
/202qb-coreesxstandalone
Send a service call to Mechanics with your location and a message.
| Argument | Type | Description |
|---|---|---|
message | | Your service request message |
Usage
lua
/202 My car broke down on Route 68TIP
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.
