You can watch a preview here
A police MDT with built-in dispatch functionalities. The MDT consists of the following pages:
- Dashboard
- Profiles
- Incidents
- Reports
- Vehicles
- Dispatch
- Roster
- Charges
- 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 yourserver.cfg
file
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
- Contributions are always welcome - Open a pull request.
- Found a bug? Open an issue.
- Want a feature implemented? Open an issue.
- 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.
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,
})
exports['bub-mdt']:Shooting()
exports['bub-mdt']:VehicleShooting()
exports['bub-mdt']:OfficerDown()