下面是引用 阿豪先生 於 2010-08-16 19:58 發表的 請問要用什麼才會分屍?: 請問要怎樣才會分屍? 像是這裡面的圖片 http://bbs.mychat.to/reads.php?tid=827651 我現在只知道兩個分屍的方法 第一個是用http://bbs.mychat.to/reads.php?tid=879050的武器 第二個是用地圖裡的藍色雷射光 好像是要用什麼東西會更常出現分屍
public fw_PlayerKilled(victim, attacker, shouldgib) { SetHamParamInteger(3, 2) }
下面是引用 a7811311622 於 2010-08-16 21:41 發表的 : 那只是寫些內容到插件裡就行了吧…用「RegisterHam(Ham_Killed, "player", "fw_PlayerKilled")」寫成:複製程式 public fw_PlayerKilled(victim, attacker, shouldgib) { SetHamParamInteger(3, 2) } 之後只要在讓「fw_PlayerKilled」支援BOT…一切都會死無全屍…
下面是引用 我愛如花 於 2010-08-17 02:04 發表的 : 屍塊好像是CS1.6內建??
下面是引用 a7811311622 於 2010-08-16 21:41 發表的 : 那只是寫些內容到插件裡就行了吧… 用「RegisterHam(Ham_Killed, "player", "fw_PlayerKilled")」寫成: 複製程式 public fw_PlayerKilled(victim, attacker, shouldgib) { SetHamParamInteger(3, 2) } 之後只要在讓「fw_PlayerKilled」支援BOT…一切都會死無全屍…