zp_user_last_zombie

Called when a player becomes the last zombie. Note: This is called for the first zombie too.

Syntax

forward zp_user_last_zombie(id) /** * Called when a player becomes the last human. * * @param id Player index. */ forward zp_user_last_human(id) /** * Called when a player spawns. This is also called for CZ bots * which are spawning. * * Note: You should use this, instead of other spawn forwards, * for changing a player's class after the player's spawn. * * @param id Player index who has spawned */ forward zp_player_spawn_post(id, resp_zombie) /** * @deprecated - Do not use! * For backwards compatibility only. */ #define ZP_TEAM_ANY 0

Usage

id Player index.
Defined in zombie_plague_advance.inc at line 650 . This documentation was automatically generated from source.