zp 無限時間....

Home Home
引用 | 編輯 HiNess
2011-03-27 15:50
樓主
推文 x0
如何可以讓server玩zp時無限時間....表情  
就像yy大的修改的zh2.0一樣

*noobjectives.amxx 好像沒有用...

獻花 x0
引用 | 編輯 husano896
2011-03-27 21:34
1樓
  
ZP本身會加一隻假人質來讓回合結束...

在sma中搜尋這段

複製程式
       // Fake Hostage (to force round ending)
       ent = engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "hostage_entity"))
       if (pev_valid(ent))
       {
              engfunc(EngFunc_SetOrigin, ent, Float:{8192.0 ,8192.0 ,8192.0})
              dllfunc(DLLFunc_Spawn, ent)
       }

將這段刪除或註釋掉即可

獻花 x2
引用 | 編輯 HiNess
2011-03-27 21:56
2樓
  
可以了,謝謝

獻花 x0
引用 | 編輯 fgh4365295
2011-03-30 17:07
3樓
  
謝謝教學

獻花 x0