♻️Exports
CreateHelp
---@param key = The button to you need to press. Like (E)
---@param text = The text to you need to import.
exports["origen_notify"]:CreateHelp(key, text)RemoveHelp
exports["origen_notify"]:RemoveHelp()ShowNotification (Client)
---@param text = All notifycation text
---@param type = info, error, success, warning, business
---@param time = Time in miliseconds
exports["origen_notify"]:ShowNotification(text, type, time)ShowNotification (Server)
---@param source server
---@param text = All notifycation text
---@param type = info, error, success, warning, business
---@param time = Time in miliseconds
exports["origen_notify"]:ShowNotification(source, text, type, time)Last updated