Это - обычный класс Зомби, но этот зомби будет иметь прыжок в длину уже. (без задержки)
Cvars : Quote zp_zclass_leap_force "570" - How far zombie will jump zp_zclass_leap_heightt "275" - How heigh zombie will jump
Code 04/10/2008 - v1.0 - First release 05/10/2008 - v1.1 - fixed bug that cause long jump to all zombie classes... 10/10/2008 - v1.2 - fixed again this bug from v1.1 18/10/2008 - v1.2.1 - removed chat message. 12/11/2008 - v1.2.2 - changed plugin name. 15/11/2008 - v1.3 - added ability that this class can now use how high and how far can jump. 18/11/2008 - v1.3.2 - fixed that longjump was given to all zombie classes, removed fun module. 19/11/2008 - v1.3.3 - somehow forgat to remove fun module because using fakemeta instead. 19/11/2008 - v1.3.4 - possiblity that after few rounds long jump not working anymore so I put back fun module... 28/12/2008 - v1.3.6 - completely fixed long jump and removed fun module again. 20/02/2009 - v1.3.9 - fixed leap was after player humanized, changed plugin name. optimized code by removing fm_give_item. 21/07/2009 - v1.4.1 - fixed leap was broken sometimes, optimized code.