Progress bar
Replace/Disable
Triggered when using progress bar
Event
Parameters
Name | Data Type | Description |
---|---|---|
| int | Progress bar duration in seconds |
| string | Description text |
Example
Where to insert the code?
You can place it in the file integrations/cl_integrations.lua
of the script, at the bottom of the file on new lines
Use in external scripts
If you like the default progress bar of the script, and you want to use it in external scripts, this is the event
Parameters
Name | Data type | Description |
---|---|---|
| integer | Duration of the progress bar in milliseconds |
| string | The text that will be shown with the progressbar |
| string | The color of the progressbar in hex code (example |
Example
Last updated