开始:
第一步 安装 round_terminator.amxx
第二步 重点了 (修改难度并不大 目前只测试了ZP4.3)
打开 ZP主插件
先查找 Last human or not an infection round
把这段 // Last human or not an infection round
if (g_survround || g_nemround || g_swarmround || g_plagueround || fnGetHumans() == 1)
return HAM_IGNORED; // human is killed
改成
// Last human or not an infection round if (g_survround || g_nemround || g_swarmround || g_plagueround || fnGetHumans() == 1) return HAM_IGNORED; // human is killed
再查找这个 Ham Player Killed Post Forward
加在
// Ham Player Killed Post Forward
public fw_PlayerKilled_Post()
{
// Last Zombie Check
fnCheckLastZombie()
}
下面 (其实不一定要加在这下面)
public zp_user_infected_post(id, infector) { if (!fnGetHumans()) { server_cmd("terminate_round timer")} }
加在 Ham Player Killed Post Forward 这一段的下面 就基本完成了
下面是附件 必须安装的(源码还是附上吧 给你们研究研究)
还不会的话 可以加我QQ:
251279503 }
大括号内的内容为转载至数位男女,原作者qma。还有,我想请大家改变一下看法,不要把转载当作是盗文,又不是偷的你的东西,说什么“盗”?这只不过是分享一下教程而已,而且还注明了出处,如果这也算盗文的话,我写作文用好词好句也要被告了吗?
听weiwei的话,我少发一点图片吧...我不会用外链,所以图片就不发了。根据原作者的话,不会出现回合不能结束的bug,除非你没开启插件