Call Commands

Send emergency calls from in-game to the CAD.

Activation Guide

1. Download and Install the Resource

This submodule is already enabled by default when installing the Sonoran CAD FiveM resource.

The locations submodule includes required logic to send location data and is already enabled by default. Keep this submodule enabled to maintain functionality.

The postals submodule is optional and also enabled by default. Keep this submodule enabled if you wish to include postal code information with emergency calls.

2. Adjust the Configuration

The CAD display settings are stored inside of the /configuration/callcommands_config.lua file.

Call Commands no longer has a per-submodule notification selector. Caller notifications now use the shared FiveM notification system configured in /configuration/config.json with notificationSystem.

3. Ensure Players are Linked

Ensure the player has already linked their CAD for this integration's panic feature to work.

Usage

Commands

In-game commands can be used to

  • /panic Toggles your unit's panic status

  • /911 Sends a 911 call to the CAD

  • /511 Sends a 511 call to the CAD (Civil)

  • /311 Sends a non-emergency call to the CAD (Civil)

Key Binds

Users can customize a keybind to toggle their panic status.

Navigate to Settings > Keybinds > FiveM and look for the Panic Button keybind under the resource sonorancad.

Call Location

By default, calls responded to via the /rcall command located in Dispatch Notify will attempt to be routed to the callers current location, rather than the location of the call. If you would like calls to route to the location of the original call, please set useCallLocation to true

Last updated

Was this helpful?