is_user_alive
- Синтаксис
-
native is_user_alive(index);
Переменная | Описание |
---|---|
index |
Client index |
- Описание
- Returns if the client is alive.
- Пометка
-
This will never return true if a client is not connected. If you need to know whether a client is alive, an additional call to is_user_connected() is unnecessary.
- Возвращает
- 1 if client is alive, 0 otherwise