rg_send_bartime
Syntax
native rg_send_bartime(const index, const duration, const bool:observer = true);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
| time | Duration |
| observer | Send for everyone who is observing the player |
Description
Draws a HUD progress bar which fills from 0% to 100% for the time duration in seconds.
Note
: Set the duration to 0 to hide the bar.
Return
This function has no return value.