Events/exports

cxa-notify events and exports

You can join our Discord to stay updated and keep track of updates for all our resources.

Notify export;

exports["cxa-notify"]:SendNotify(text, type, length)

text: String value type: String value lenght: Number value

Notify client event;

TriggerEvent(“cxa-notify:sendNotify”, text, type, lenght)

text: String value type: String value lenght: Number value

Notify server event;

TriggerClientEvent(“cxa-notify:sendNotify”, source, text, type, lenght)

Last updated