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