Who can do a zombie plugin vip for zombie plague special 4.4 ? I search on google for a while I cant find nothing for this new mode zps... And this a nice mod and the newest zombie plague i thinkk..
i just loved that mode but now im having a huge problem that makes me not enjoy this mode. SET MODELINDEX OFFSET setting isn't working so i cant use custom zombie models like CSO models...
* Plugin Description: - Enables a VIP System for Zombie Plague Special
* Requirements: - Zombie Plague Special 4.5 [Patch 1] or higher
* Functions: - Free armor for normal and vip players - Free multijump for normal and vip players - Happy Hour for Multiple Ammo packs and Free Vip - VIP prefix in score - Increase VIP Damage - VIP Itens menu
* Change Log: - 1.0: - First Version - 1.1: - Separating HH Privileges Acess by flags - Fixed multiple ammo packs in happy hour - Added CFG File - Added Cvar: "zp_vip_flag_acess" - Added Native: "zv_is_in_happyhour" - Added Native: "zv_happyhour_flags" - Added Native: "zv_is_player_vip" - Added Forward: "zv_happyhour_start" - Added Forward: "zv_happyhour_end" - 1.2: - Fixed Happy Hour Time
* Credits: -
erfect crash: For Zombie plague special Vip system. - aaarnas: Part of code of Zombie VIP System */
/*=============================================================================== ---> Vip Prefix in Score =================================================================================*/ public zp_round_ended() setVip(); public zp_user_infected_post(id) setVip(); public setVip() { static i; for (i = 1; i <= MaxClients; i++) { if(!is_user_alive(i)) continue;