Signature
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?
Returns
true if prints, false otherwise