zp_make_user_assassin

Forces a player to become a assassin. Note: Unavailable for last human/survivor/sniper.

Syntax

native zp_make_user_assassin(id) /** * Forces a player to become a predator. * * Note: Unavailable for last human/survivor/sniper. * * @param id Player index to turn into predator. * @return True on success, false otherwise. */ native zp_make_user_predator(id) /** * Forces a player to become a bombardier. * * Note: Unavailable for last human/survivor/sniper. * * @param id Player index to turn into bombardier. * @return True on success, false otherwise. */ native zp_make_user_bombardier(id) /** * Forces a player to become a dragon. * * Note: Unavailable for last human/survivor/sniper. * * @param id Player index to turn into dragon. * @return True on success, false otherwise. */

Usage

id Player index to turn into assassin.

Return

True — on success, false otherwise.

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