zp_user_burn_pre
No description available for this symbol.
Syntax
forward zp_user_burn_pre(id) forward zp_user_burn_post(id) /** * Called when a player gets unfrozen (frostnades). * * @param id Player index. */ 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) // Exec when open Zombie Classes Choose menu // Use the ZP_PLUGIN_HANDLED for block option (Like ZP 5.0) // Use the ZP_PLUGIN_SUPERCEDE for block showing class in menu
Usage
| id | — |
Defined in
zombie_plague_special.inc
at line 884
.
This documentation was automatically generated from source.