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
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.