exports['cas-notification']:addNotification(message, type, duration)
RegisterServerEvent("notification:test")
AddEventHandler("notification:test", function(message, type, duration)
local src = source
TriggerClientEvent("cas-notification:addNotification", message, type, duration)
end)