BubbleDK / bub-mdt

bub-mdt is a FiveM Mobile Data Terminal resource, written in TypeScript and React.
GNU General Public License v3.0
100 stars 45 forks source link
fivem mdt react typescript
bub-mdt-image

You can watch a preview here

Bubble MDT & Dispatch

Buy Me a Coffee at ko-fi.com

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:

Frameworks

Dependencies

Installation

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:

Feature Request, Issue Reporting & Contribution

The resource state

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()