native
is_user_alive
Syntax
native is_user_alive(index);
Description
Returns if the client is alive.
Parameters
| index | Client index |
|---|
Note
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.
Return
1 if client is alive, 0 otherwise