Call Commands

Handles sending emergency calls to the CAD.

This submodule utilizes API endpoints that require the standard version of Sonoran CAD or higher. For more information, view our pricing page.

Looking for VPS, web, or dedicated hosting? Check out our official server hosting!

Activation Video

Click to view our call commands install video.

Activation Guide

1. Download and Install the Core

If you haven't already, be sure to install and configure the SonoranCAD Core first.

2. Activate the Submodule and all Dependencies

  1. Follow the submodule activation guide for the callcommands, locations, and postals submodules.

Usage

Commands

Command

Description

Panic

Toggles your unit panic status in the CAD

911

Sends specific 911 call to the CAD

511

Sends specific 511 call to the CAD (Civil)

311

Sends non-emergency call to the CAD (Civil)

Custom Events

 EVENT: SonoranCAD::callcommands:cadIncomingCall
 PARAMS:
      emergency = true/false (911 or 311 call)
      caller = name of caller
      location = street / cross street string
      description = description of call
      source = playerId

Last updated