Progressbar
MSK.Progress.Start
Shows a progressbar. color
is optional and can be set in config.lua
.
Parameters
playerId - number
- Players server id
duration - number <miliseconds>
- The time in miliseconds
text - boolean
- Text
color - string
- Color as hex - Optional
MSK.Progress.Stop
Stops the current ProgressBar.
Parameters
playerId - number
- Players server id
Last updated