native
rg_hint_message
Syntax
native bool:rg_hint_message(const index, const message[], Float:duration = 6.0, bool:bDisplayIfPlayerDead = false, bool:bOverride = false);
Description
Adds hint message to the queue.
Parameters
| index | Client index |
|---|---|
| message | The message hint |
| duration | The time duration in seconds stays on screen |
| bDisplayIfPlayerDead | Whether to print hint for dead players? |
| bOverride | Whether to override previous messages? |
Return
true if prints, false otherwise