Events/exports
cxa-notify events and exports
Notify export;
exports["cxa-notify"]:sendNotify(title, text, type, length)

Notify client event;


Notify server event;


Last updated
cxa-notify events and exports
exports["cxa-notify"]:sendNotify(title, text, type, length)





Last updated
TriggerEvent(“cxa-notify:sendNotify”, title, text, type, lenght)TriggerClientEvent(“cxa-notify:sendNotify”, source, title, text, type, lenght)