zp_user_last_human

Called when a player becomes the last human.

Syntax

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 657 . This documentation was automatically generated from source.