zp_make_user_berserker
Forces a player to become a berserker. Note: Unavailable for last zombie/nemesis/assassin.
Syntax
native zp_make_user_berserker(id) /** * Returns whether a player is a sniper. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_wesker(id) /** * Forces a player to become a wesker. * * Note: Unavailable for last zombie/nemesis/assassin. * * @param id Player index to turn into wesker. * @return True on success, false otherwise. */ native zp_make_user_wesker(id) /** * Returns whether a player is a spy * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_spy(id) /** * Forces a player to become a spy.
Usage
| id | Player index to turn into berserker. |
Return
True — on success, false otherwise.
Defined in
zombie_plague_special.inc
at line 405
.
This documentation was automatically generated from source.