Installation Guide

Follow these steps to install and configure cd_dispatch3d correctly.

1

1. Download

2

2. Bridge

3

3. Config.lua

4

4. Configure Key Binds

5

5. Add Dispatch Alerts

Compatible Code Snippets Provided by Codesign

On our Resource Integration page, we provide:

  • Step-by-step photos

  • Custom code snippets

  • Exact line edits

These make it easy to set up full compatibility with ESX, QBCore, QBox and paid resources.

👉 Click here for ESX setup →

👉 Click here for QBCore setup →

👉 Click here for QBox setup →

🔗 View the full list of compatible scripts →

1. Find the old alert

2. Having trouble finding the old alert?

3. Replace the old alert

Dispatch Notification Variable Reference

Variable Name
Required
Description

job_table

List of jobs that will receive the dispatch alert.

coords

World coordinates where the alert occurred.

title

Title displayed in the dispatch UI, usually 10 codes.

message

Main description shown to responders.

flash

Whether the alert flashes on the UI. (true/false)

blip

Map blip configuration (see below).

blip.sprite

GTA blip sprite ID - More here.

blip.scale

Blip size on the map: 0.1-2.0.

blip.colour

Blip color ID - More here at bottom.

blip.flashes

Whether the blip flashes. (true/false)

blip.time

Time until blip fades and deletes (minutes)

blip.sound

Dispatch alert sound. Editable in BlipSound() (client/other/functions.lua). 1 = single alert, 2 = double alert, 3 = panic alert.

blip.radius

Randomize coords; use a radius blip. 0 disables it, 50–100 recommended.

6. Migrating Old Alerts To New Metho

6

Why is this required?

The resource name changed from cd_dispatch to cd_dispatch3d. Old GetPlayerInfo exports will no longer work unless updated.

Option 1 (Very Easy)

Download and start the provided compatibility resource. All incoming notifications will be fixed automatically—no code changes needed.

717B
Open

Search your server files for:

exports['cd_dispatch']:GetPlayerInfo()

Replace with:

exports['cd_dispatch3d']:GetPlayerInfo()

A video guide is provided for this method.

Last updated

Was this helpful?