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) // 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 forward zp_zombie_class_choosed_pre(id, classid) // Exec when the user choose the class forward zp_zombie_class_choosed_post(id, classid) // New Forwards (4.0 or Higher) /* Execute when player reset render Use ZP_PLUGIN_SUPERCEDE for block it */ forward zp_user_rendering_reset_pre(id) // Execute after player reset glow forward zp_user_rendering_reset_post(id) /* Execute when player change the model Use ZP_PLUGIN_SUPERCEDE for block it
Usage
| id | Player index. |
Defined in
zombie_plague_special.inc
at line 902
.
This documentation was automatically generated from source.