EXPORTS
Export / Function
Arguments
Argument
Type
Options
Details
Required
id
string
unique id to remove duplicates
N
title
string
Title text
Y
text
string
Text / Message text
Y
style
string
check config
Style in config
Y
progress
string
default, circle
Progress Type
N
shape
string
square, circle, diamond
Logo outer shape
N
duration
int
Duration in ms
N
pos
string
left, right, top, bottom, top-left, top-right, bottom-left, bottom-right
N
sound
string
sound file name
N
Examples
Message using pre-defined style inside of the config.
Message using style but also overriding the style logo and shape
Server Side
You can call the same export from the server by simply adding the source of the player you wish to target before the arguments, for example using the above notification.
Last updated