rg_hint_message
- Синтаксис
-
native bool:rg_hint_message(const index, const message[], Float:duration = 6.0, bool:bDisplayIfPlayerDead = false, bool:bOverride = false);
Переменная | Описание |
---|---|
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? |
- Описание
- Adds hint message to the queue.
- Возвращает
- true if prints, false otherwise