zp_user_unfrozen

Called when a player gets unfrozen (frostnades).

Syntax

forward zp_user_unfrozen(id) /** * Called when a player becomes the last zombie. * * Note: This is called for the first zombie too. * * @param id Player index. */ 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) /**

Usage

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