Dispatch — Client

SendAlert

Sends a dispatch alert from the client.

Bridge.Dispatch.SendAlert(data)
ParameterTypeDescription
datatableAlert data table

Alert Data Format

{
    title = 'Store Robbery',
    message = 'A store is being robbed!',
    job = 'police',
    coords = vector3(x, y, z),
    blip = {
        sprite = 161,
        colour = 1,
        scale = 1.0,
        flash = true,
        time = 30000
    }
}