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