zp_get_user_nemesis
Returns whether a player is a nemesis.
Syntax
native zp_get_user_nemesis(id) /** * Returns whether a player is a survivor. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_survivor(id) /** * Returns whether a player is the first zombie. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_first_zombie(id) /** * Returns whether a player is the last zombie. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_last_zombie(id) /** * Returns whether a player is the last human. * * @param id Player index.
Usage
| id | Player index. |
Return
True — if it is, false otherwise.
Defined in
zombieplague.inc
at line 102
.
This documentation was automatically generated from source.