zp_make_user_sniper

Forces a player to become a sniper. Note: Unavailable for last zombie/nemesis/assassin.

Syntax

native zp_make_user_sniper(id) /** * Returns whether a player is an assassin. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_assassin(id) /** * Returns whether a player is an predator. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_predator(id) /** * Returns whether a player is an bombardier. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_bombardier(id) /** * Returns whether a player is an dragon. *

Usage

id Player index to turn into sniper.

Return

True — on success, false otherwise.

Defined in zombie_plague_special.inc at line 314 . This documentation was automatically generated from source.