ze_frost_pre

Syntax

forward ze_frost_pre(id);

Description

Description: Called before zombie (or human) get frozen by frost nade.

Return

ZE_STOP     | Block the freeze action, zombie will not get frozen.
ZE_CONTINUE | Continue the freeze, zombie will be frozen.

Note

You can use this to stop the freeze action at specific conditions.