Dispatch

Dispatch Configs for mMDT AIO Resource

Dispatch On Duty Alert

Config.OnDutyOnly Dispatch notifications only go to police officers on duty


Dispatch Types

Config.DispatchTypes

You can create a new dispatch type here To send a notification to the dispatch type you created

local Text = 'Robbery in vanilla unicorn'
local Type = 'Robbery'

local Data = {
    type = Type,
    header = 'Robbery in progress',
    text = Text,
    code = Config.DispatchTypes['Robbery'].code,
}

exports['codem-dispatch']:CustomDispatch(Data)

Last updated