zp_get_user_assassin

Returns whether a player is an assassin.

Syntax

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. * * @param id Player index. * @return True if it is, false otherwise. */ native zp_get_user_dragon(id) /** * Forces a player to become a assassin. *

Usage

id Player index.

Return

True — if it is, false otherwise.

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