zp_user_humanize_attempt

No description available for this symbol.

Syntax

forward zp_user_humanize_attempt(id, survivor) forward zp_user_humanize_attempt(id, sniper) /** * Called when a player buys an extra item from the ZP menu. * * Note: You can now return ZP_PLUGIN_HANDLED in your plugin to block * the purchase and the player will be automatically refunded. * * @param id Player index of purchaser. * @param itemid Internal extra item ID. */ forward zp_extra_item_selected(id, itemid) /** * 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)

Usage

id
survivor
Defined in zombieplaguenew1.3.inc at line 481 . This documentation was automatically generated from source.