Signature
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.
Notes
- Set the duration to 0 to hide the bar.
Parameters
- index — Client index
- time — Duration
- observer — Send for everyone who is observing the player
No return value