Progress bar
Last updated
Last updated
Triggered when using progress bar
Name | Data Type | Description |
---|---|---|
You can place it in the file integrations/cl_integrations.lua
of the script, at the bottom of the file on new lines
If you like the default progress bar of the script, and you want to use it in external scripts, this is the event
Name | Data type | Description |
---|---|---|
time
int
Progress bar duration in seconds
text
string
Description text
timeInMS
integer
Duration of the progress bar in milliseconds
text
string
The text that will be shown with the progressbar
hexColor
string
The color of the progressbar in hex code (example #70f2b4
). Can be nil
to use the default one of the script