下面是引用 史来姆 于 2010-08-15 18:42 发表的 :
是
重生后依旧是同一种疆尸
我用的是死斗重生,不是应该放在public respawn_player ?
可是又不行
那如果改成「被感染时种类随机」…这样可以吗?
寻找:
[ZP 4.2]zombieme(id, infector, nemesis, specialmode)[/ZP 4.2]
或
[ZP 4.3]zombieme(id, infector, nemesis, silentmode, rewards)[/ZP 4.3]
将里面的
// Set selected zombie class
g_zombieclass[id] = g_zombieclassnext[id]
换成
复制程式
// Set selected zombie class
g_zombieclass[id] = is_user_bot(id) ? random_num(0, g_zclass_i - 1) : g_zombieclassnext[id]
这只对BOT有效…不知是否合乎你想要的结果…