zp50_core
Browse all symbols documented inside this include file.
Forwards
| Name | Description |
|---|---|
| zp_fw_core_infect | Called when a player gets infected. |
| zp_fw_core_infect_post | — |
| zp_fw_core_cure | Called when a player turns back to human. |
| zp_fw_core_cure_post | — |
| zp_fw_core_infect_pre | Called on a player infect/cure attempt. You can block it by returning PLUGIN_HANDLED in your plugin. |
| zp_fw_core_cure_pre | — |
| zp_fw_core_last_zombie | Called when a player becomes the last zombie/human. Note: This is called for the first zombie too. |
| zp_fw_core_last_human | — |
| zp_fw_core_spawn_post | Called when a player spawns, before applying human/zombie attributes to him. |