Usage
Announcements
Command:
Example:
/announcement 10000 Server will restart soon!
Server Event:
Client Event: Fires on all clients:
Help Notifications
Exported Function:
Displays a temporary on-screen prompt with
message
, bound tokey
(e.g."E"
).
Notifications
Exported Function:
Progress Bars
Exported Function:
Cancel Controls: Press Backspace or X to cancel.
Export
Arguments
Description
HelpNotify(key, msg)
(string key, string message)
Show temporary help prompt.
Notify(data)
(table {type, title, message, duration})
Show custom notification.
startProgress(...)
See Progress Bars section above.
Display a progress bar with callbacks.
SendAnnouncement(dur,msg,name)
(number,dur,string msg,string name)
Server can invoke announcements.
Examples
Last updated