zp_player_spawn_post
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.
Syntax
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 who has spawned |
| resp_zombie | — |
Defined in
zombie_plague_advance.inc
at line 668
.
This documentation was automatically generated from source.