Take your server's Police and EMS roleplay to the next level. hdev-mdc provides a seamless, powerful interface for managing dispatches, tracking citizens, and handling vehicle records without breaking immersion.
Why Choose hdev-mdc?
- 🚀 Performance Optimized: Built with
ox_lib and oxmysql for zero-lag database queries.
- 🚔 Complete Control: Manage events, citizen records, and vehicle flags (including stolen status) from one dashboard.
- 📍 Dispatch System: Sophisticated 911 handling with built-in GPS/Map support.
- 🎨 User Experience: Includes a built-in Dark Mode toggle and intuitive Quick Status buttons.
- 🌍 Fully Localized: Easily translate the entire system via
shared/locale.lua.
Developer Friendly (Server-Side Exports)
Easily trigger dispatches or check records from your other scripts:
-
CreateDispatch(code, message, coords, info)
-
Send911(message, coords, info)
-
MarkVehicleStolen(plate)
-
GetActiveDispatches()
Dependencies
-
Library: ox_lib
-
Database: oxmysql
-
Framework: QBX Core or ESX (Configurable)
SHOWCASE