πexport client/server

export server-side
exports.se_notify:notify_s(source, message, category, title, time, background, sound)
Interface for notify_s function
source: mandatorymessage: stringcategory?: stringtitle?: stringtime?: numberbackground?: stringsound?string
export client-side
exports.se_notify:notify_c(message, category, title, time, background, sound)
Interface for notify_c function
message:stringcategory?:stringtitle?:stringtime?:numberbackground?: stringsound?string
Last updated