Resource Integration
Copy Paste Integration From Client Side
lua
local data = exports['cd_dispatch3d']:GetPlayerInfo()
TriggerServerEvent('cd_dispatch:AddNotification', {
job_table = {'police'},
coords = data.coords,
title = '10-15 - Store Robbery',
message = ('A %s robbing a store at %s'):format(data.sex, data.street),
flash = false,
sound = 1,
blip = {
sprite = 431,
scale = 1.2,
colour = 3,
flashes = false,
text = '911 - Store Robbery',
time = 5,
radius = 0,
}
})Copy Paste Integration From Server Side
lua
TriggerEvent('cd_dispatch:AddNotification', {
job_table = {'police', },
coords = coords,
title = '10-15 - Drugs',
message = message,
flash = 0,
sound = 1,
blip = {
sprite = 431,
scale = 1.2,
colour = 3,
flashes = false,
text = '911 - Drugs',
time = 5,
radius = 0,
}
})| Status | Description |
|---|---|
| Built-In (script) | Fully integrated into the script and auto-detected, no modifications or configuration needed. |
| Built-In (creator) | Fully integrated by the resource creator, no modifications required. |
| Built-In (cd_bridge) | Fully integrated through cd_bridge and auto-detected, no extra changes needed in the supported resource. |
| Minor Changes Required | Small, simple edits such as adding or copying a single line of code. |
| Moderate Changes Required | Involves replacing existing logic or functions with the versions provided by Codesign. |
| Major Changes Required | Extensive modifications across multiple files or large code sections. |
Supported Utility Compatibility
Additional resource types that can work through our bridge, such as notifications and similar utility scripts.
| Script Type | Compatibility Type | View Supported Scripts |
|---|---|---|
| Framework | Built-In (cd_bridge) | #framework |
| Database Wrapper | Built-In (cd_bridge) | #database-wrapper |
| Duty | Built-In (cd_bridge) | #duty |
| Hud | Built-In (cd_bridge) | #hud |
| Notifications | Built-In (cd_bridge) | #notification |
| Society | Built-In (cd_bridge) | #society |
Supported Alert Integrations
Resources grouped by creator with built-in support for sending alerts to our dispatch system.
ESX
| Script Name | Compatibility Type | Notes |
|---|---|---|
| esx_ambulancejob | Built-In (cd_dispatch3d) | cd_dispatch3d/integrations |
QBCore
| Script Name | Compatibility Type | Notes |
|---|---|---|
| qb-drugs | Built-In (cd_dispatch3d) | cd_dispatch3d/integrations |
| qb-policejob (anpr) | Built-In (cd_dispatch3d) | 〃 |
| qb-ambulancejob (1) | Built-In (cd_dispatch3d) | 〃 |
| qb-ambulancejob (2) | Built-In (cd_dispatch3d) | 〃 |
| qb-ambulancejob (3) | Built-In (cd_dispatch3d) | 〃 |
| qb-bankrobbery (fleeca) | Built-In (cd_dispatch3d) | 〃 |
| qb-bankrobbery (pacific 1) | Built-In (cd_dispatch3d) | 〃 |
| qb-bankrobbery (pacific 2) | Built-In (cd_dispatch3d) | 〃 |
| qb-bankrobbery (paleto) | Built-In (cd_dispatch3d) | 〃 |
| qb-storerobbery (1) | Built-In (cd_dispatch3d) | 〃 |
| qb-storerobbery (2) | Built-In (cd_dispatch3d) | 〃 |
| qb-storerobbery (3) | Built-In (cd_dispatch3d) | 〃 |
| qb-truckrobbery | Built-In (cd_dispatch3d) | 〃 |
| qb-jewelery | Built-In (cd_dispatch3d) | 〃 |
| qb-houserobbery | Built-In (cd_dispatch3d) | 〃 |
Jaksam
| Script Name | Compatibility Type | Notes |
|---|---|---|
| Jaksam doors_creator | Built-In (cd_dispatch3d) | cd_dispatch3d/integrations |
| Jaksam drugs_creator | Built-In (cd_dispatch3d) | 〃 |
| Jaksam mission_creator | Built-In (cd_dispatch3d) | 〃 |
| Jaksam robbery_creator | Built-In (cd_dispatch3d) | 〃 |
| Jaksam_vehicle_keys | Built-In (cd_dispatch3d) | 〃 |
| Jaksam_races_creator | Built-In (cd_dispatch3d) | 〃 |
| Jaksam_farming_creator | Built-In (cd_dispatch3d) | 〃 |
KuzQuality
| Script Name | Compatibility Type | Notes |
|---|---|---|
| Meth Cooking | Built-In (creator) | |
| Meth Cooking - Amphetamines DLC | Built-In (creator) | |
| Smash 'n Grab | Built-In (creator) | |
| Smugglers Plane Heist | Built-In (creator) |
Lation Scripts
| Script Name | Compatibility Type | Notes |
|---|---|---|
| lation_coke | Built-In (creator) | |
| lation_laundering | Built-In (creator) | |
| lation_meth | Built-In (creator) | |
| lation_selling | Built-In (creator) |
Loaf Scripts
| Script Name | Compatibility Type | Notes |
|---|---|---|
| loaf_bankrobbery | Built-In (creator) | |
| loaf_jewelheist | Built-In (creator) | |
| loaf_storerobbery | Built-In (creator) |
Lunar
| Script Name | Compatibility Type | Notes |
|---|---|---|
| lunar_drugscreator | Built-In (creator) | |
| lunar_heistcontracts | Built-In (creator) |
MenanAk47
| Script Name | Compatibility Type | Notes |
|---|---|---|
| ak47_ambulancejob | Built-In (creator) | |
| ak47_qb_ambulancejob | Built-In (creator) | |
| ak47_carboosting | Built-In (creator) | |
| ak47_qb_carboosting | Built-In (creator) | |
| ak47_gangs | Built-In (creator) | |
| ak47_qb_gangs | Built-In (creator) | |
| ak47_territories | Built-In (creator) | |
| ak47_qb_territories | Built-In (creator) |
Project X
| Script Name | Compatibility Type | Notes |
|---|---|---|
| All Scripts | Built-In (creator) |
Pug
| Script Name | Compatibility Type | Notes |
|---|---|---|
| pug-robberycreator | Built-In (creator) | |
| pug-paintball | Built-In (cd_dispatch3d) | cd_dispatch3d/integrations |
| pug-battleroyale | Built-In (cd_dispatch3d) | cd_dispatch3d/integrations |
Rainmad
| Script Name | Compatibility Type | Notes |
|---|---|---|
| All Heist Scripts | Built-In (creator) | |
| All Drugs Scripts | Built-In (creator) |
RTX
| Script Name | Compatibility Type | Notes |
|---|---|---|
| rtx_drugs_system | Built-In (creator) | |
| rtx_housing | Built-In (creator) |
TK Scripts
| Script Name | Compatibility Type | Notes |
|---|---|---|
| tk_boosting | Built-In (creator) | |
| tk_drugs | Built-In (creator) | |
| tk_druglabs | Built-In (creator) | |
| tk_garagerobbery | Built-In (creator) | |
| tk_houserobbery | Built-In (creator) | |
| tk_npcrobbery | Built-In (creator) | |
| tk_jewelryrobbery | Built-In (creator) | |
| tk_selldrugs | Built-In (creator) | |
| tk_shoprobbery | Built-In (creator) |