zp的問題

Home Home
引用 | 編輯 zhouzeyu110
2011-01-12 19:12
樓主
推文 x0
多謝大家的幫助!

獻花 x0
引用 | 編輯 andyt0621
2011-01-12 19:19
1樓
  
在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)應該可以..

自己要備份..我不太懂插件

獻花 x1
引用 | 編輯 jsjsjsjs1
2011-01-12 19:22
2樓
  
洩謝樓上的大大
我剛好也要 表情

獻花 x0