/* Plugin generated by AMXX-Studio */ #include #include #define PLUGIN "[ZP] More Infections" #define VERSION "0.1" #define AUTHOR "Chrescoe1" new const AddZombies[]={12,18,24,32} new maxplayers public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) maxplayers=get_maxplayers() // Add your code here... } public zp_user_infected_post(id) if(zp_get_user_first_zombie(id)&&!zp_get_user_nemesis(id)) { static players;players=PlayersCount() for(new i=0;i