Installation Guide

Follow these steps to install and configure the script correctly.

1

1. Codesign Bridge

This script requires cd_bridge to be installed and running before it can function

2

2. Download Script

Download the Script from the FiveM Portal Website

Example resources folder with a [codesign] directory
3

3. Database Setup (SQL)

No manual SQL setup required.

4

4. Configure Script

4

Review the config.lua Settings

5

5. Configure Key Binds

5

Configure Before Starting the Resource

Keybind settings located in the pause menu
6

6. Replace Old Dispatch Alerts

6

ℹ️ Notice

Not all dispatch alerts need to be replaced.

cd_dispatch3d now supports the following without any changes:

  • cd_dispatch (classic)

  • ps-dispatch

  • lb-tablet

  • redutzu-mdt

  • Default ESX police alerts

  • Default QBCore police alerts

Only replace alerts if you are using a custom or unsupported police alert system.

6

Find the old alert

6

Having trouble finding the old alert?

6

Continue with Step 7.

7

7. Add New Dispatch Alerts

7

Compatible Integrations by Codesign

7

Dispatch Alert Variable Reference

Variable Name
Required
Example
Description

job_table

{'police', 'sheriff}

List of jobs that will receive the dispatch alert.

coords

vec3(0.0, 0.0, 0.0)

World coordinates where the alert occurred.

title

'10-19 Robbery'

Title displayed in the dispatch UI, usually 10 codes.

message

'Robbery in progress'

Main description shown to responders.

flash

true

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

sound

1

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

blip

Map blip configuration (see below).

blip.sprite

431

GTA blip sprite ID - More here.

blip.scale

1.2

Blip size on the map: 0.1-2.0.

blip.colour

3

Blip color ID - More here at bottom.

blip.flashes

true

Whether the blip flashes. (true/false)

blip.time

5

Time until blip fades and deletes (minutes)

blip.radius

0

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

Last updated

Was this helpful?