You can add your own custom dispatch alert (QBCore & ESX)
Config.UseCustomAlert = false -- If true you can use your own custom alert below
Config.CustomAlert = function()
-- EXAMPLE FOR PS-DISPATCH:
-- exports['ps-dispatch']:SuspiciousActivity()
end
ESX
Config.CustomAlert = function()
exports['ps-dispatch']:SuspiciousActivity()
end