RB Dispatch — Professional CAD / Dispatch Tablet for FiveM
A fully-featured, visually polished dispatch system built for serious roleplay servers. Officers receive real-time alerts with an interactive tablet UI, a live GTA V satellite map, and a thermal heatmap giving command-level situational awareness at a glance.
Features
Dispatch Tablet
- Glassmorphism UI with smooth animations and a dark professional aesthetic
- Real-time dispatch list with incident numbers, priority badges, and relative timestamps
- Three priority levels: P1 Critical (red), P2 Alert (amber), P3 Info (green)
- Full incident detail panel: description, street, vehicle, weapon, gender, assigned units with photos
- In-game side alert that appears for 10 seconds on new dispatches
- Past dispatch log accessible via command or keybind (default F9)
Interactive Satellite Map
- Full GTA V satellite map rendered via Leaflet.js with a calibrated custom CRS
- Animated map pins with incident numbers — P1/P2 pins pulse with a glowing ring
- Rich hover tooltips: priority badge, street, relative time, assigned unit count
- Thermal heatmap toggle — blue (Info) → amber (Alert) → red (Critical) gradient
- Zoom-adaptive heatmap radius so blobs stay precise at any zoom level
- Markers automatically hide when heatmap is active for a clean view
Built-in Automatic Alerts
- Gunshot detection (with exclusion zones configurable in config)
- Aircraft radar detection across 6 configurable radar points
- Boat/maritime radar detection
- Panic button support (visual + sound alert, marked on map)
- Backup request flag on dispatches
Developer API
-
exports['rb-dispatch']:CustomAlert({...}) — client-side and server-side
-
exports['rb-dispatch']:GetPlayerInfo(source?) — normalized player data for building alerts (identity, job, vehicle, location, health, inventory, etc.)
- Per-dispatch blip override or disable
- Per-dispatch custom sound
- Target specific jobs or let the system auto-route by caller job
Configuration & Compatibility
- Works with QBCore, QBX Core, and ESX out of the box
- 16 built-in locales: EN, PT, ES, FR, DE, TR, AR, RU, ZH, JP, KO, HI, ID, MS, TH, FIL
- Fully configurable: allowed jobs, alert delay, blip settings, radar points, no-dispatch zones
Dependencies
-
rb_bridge (included) — framework abstraction layer