native
zpn_is_user_zombie
Syntax
native bool:zpn_is_user_zombie(const id);
Description
Returns whether a client is currently a zombie.
Parameters
| id | Client index |
|---|
Return
true if the client is connected and is a zombie, false
otherwise
native
native bool:zpn_is_user_zombie(const id);
Returns whether a client is currently a zombie.
| id | Client index |
|---|
true if the client is connected and is a zombie, false
otherwise