Exports

Client Side

exports["rvl_notify"]:DoNotify("inform","Hello World :D")

Server Side

TriggerClientEvent("rvl_notify:DoNotify", source, "success", "Hello World :D")

Last updated