在fw_TakeDamage中..
複製程式
// Nemesis?
if (g_nemesis[attacker])
{
// Ignore nemesis damage override if damage comes from a 3rd party entity
// (to prevent this from affecting a sub-plugin's rockets e.g.)
if (inflictor == attacker)
{
// Set nemesis damage
SetHamParamFloat(4, get_pcvar_float(cvar_nemdamage))
}
return HAM_IGNORED;
}
這段刪除..複仇者就可以感染人類
另外..第一隻喪屍變複仇者..
在g_lastmode = MODE_INFECTION下
zombieme(id, 0, 0, 0, 0) 換成 zombieme(id, 0, 1, 0, 0)應該可以..
自己要備份..我不太懂插件