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) /** * @deprecated - Do not use! * For backwards compatibility only. */ #define ZP_TEAM_ANY 0
Usage
| id | Player index. |
Defined in
zombieplaguenew1.3.inc
at line 509
.
This documentation was automatically generated from source.