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