rg_hint_message
Syntax
native bool:rg_hint_message(const index, const message[], Float:duration = 6.0, bool:bDisplayIfPlayerDead = false, bool:bOverride = false);
Usage
| Parameter | Description |
|---|---|
| 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? |
Description
Adds hint message to the queue.
Return
true if prints, false otherwise