Codesign Dispatch
What it is: Police dispatch for FiveM with small/large UIs, alerts, blips, keybinds, and exports. Includes install steps, config previews, and a troubleshooting guide.
Highlights
- Auto-detects framework & SQL; config via
configs/config.lua - Add/replace alerts with provided code snippets (client→server recommended).
- Optional modules: Large UI, Radio Channels, Duty System, Blips, Callsign, Dispatcher, Job Call Commands, Police Alerts.
Compatibility
- ESX ✅, QBCore ✅ (guides + exact lines to change).
- Notes from release thread: ESX & official QBCore supported; no vRP.
Install (condensed)
- Download from FiveM Keymaster; unzip to
resources. ensure cd_dispatchinserver.cfg(below your framework).- Adjust
fxmanifest.luaif needed. - Configure
configs/config.lua(Framework/Important sections). - Insert SQL automatically (
Config.AutoInsertSQL) or run SQL manually.
Default keys (editable)
U = toggle small UI · L = open large UI · G = respond · ←/→ = cycle · ↑ = ping · ↓ = panic
Core commands
/dispatchsmall, /dispatchlarge, /respond, /movemode, /panic, /reply, /dispatchtest, /dispatchping
Exports (examples)
GetPlayerInfo() · GetPlayerNotifications() · GetPlayersDispatchData() · GetConfig()
Common pitfalls
- Folder must be
cd_dispatch; don’t edit encrypted files. - SQL default/unknown column errors → use provided SQL or adjust types.
- NUI “drawImage” error → use supported blip colours.
- ox_lib nil → uncomment in
fxmanifestwhen auto-detect picks it.









