You can watch a preview here
Bubble MDT & Dispatch
JOIN DISCORD FOR SUPPORT
⚠️ Warning - This is still relatively untested, and bugs are likely to occur.
A police MDT with built-in dispatch functionalities. The MDT consists of the following pages:
- Dashboard
- Profiles
- Incidents
- Reports
- Vehicles
- Dispatch
- Roster
- Charges
Frameworks
Dependencies
Installation
- Install all the dependencies and have them started before bub-mdt
- Import the SQL provided for your framework.
- Drag and drop the resource into your resources folder
- Add
start bub-mdt
to your server.cfg
file
Credits
Without the creation of the following resources, this MDT would not have seen the light of day, as this MDT is heavily inspired by these:
- ox_mdt - Dispatch, Some events and function, Code structure and data flow
Feature Request, Issue Reporting & Contribution
- Contributions are always welcome - Open a pull request.
- Found a bug? Open an issue.
- Want a feature implemented? Open an issue.
The resource state
- LUA part needs some refactoring.
- A lot of the UI needs to be refactored, more modular and simply be optimized.
- The drivers license points system needs to be revamped, as of right now it does not function properly.
- Probably a lot more which i have forgotten about, but i guess it will get mentioned if people end up using this MDT.
Dispatch usage example
Custom alert example
exports['bub-mdt']:CustomAlert({
coords = vec3(0, 0, 0),
info = {
{
label = 'A custom disptach alert',
icon = 'gender-bigender',
},
},
code = '10-90',
offense = 'A cool offense',
blip = 310,
})
Pre configured alert examples
exports['bub-mdt']:Shooting()
exports['bub-mdt']:VehicleShooting()
exports['bub-mdt']:OfficerDown()