Server Exports
Last updated
exports['0r-dispatch']:SendAlert(source, alertLabel, code, icon, jobs, blipId, priority)exports['0r-dispatch']:SendAlert(src, "Atm Robbery", "10-60", "fa-dollar-sign", { "police", "bcso" }, 279, "high")local reports = exports['0r-dispatch']:Reports()
for id, data in pairs(reports) do
print(id, data.type, data.title)
endlocal policeAlerts = exports['0r-dispatch']:GetSelectedAlerts("police")