[ZP4.3]倖存者(狙擊手[ZP4.3v1.5])給予手槍、燃燒彈、冰凍彈和照明彈(修改主插件)

Home Home
引用 | 編輯 dennis888
2011-03-22 19:32
樓主
推文 x0
ZP4.3的教學
1.開了zombie_plague40.sma
2.尋找 // Function Human Me
3.慢慢找下去,會看見 // Give survivor his own weapon
4.在 fm_give_item(id, survweapon)下面加上
                fm_give_item(id, "weapon_elite")     <--這是給雙槍的指令,如果想要夜鷹,則打fm_give_item(id, "weapon_deagle"),如此類推==
                cs_set_user_bpammo(id, CSW_ELITE, 120)    <--這是給予雙槍的後備子彈數目,如果想給予夜鷹的後備子彈數目,則打cs_set_user_bpammo(id, CSW_DEAGLE, 35),後備子彈數目可以自行設定,如此類推
                fm_give_item(id, "weapon_hegrenade")
                fm_give_item(id, "weapon_flashbang")
                fm_give_item(id, "weapon_smokegrenade")

切記不要在 // Strip off from weapons加上,有bug(bug:當管理員把玩家變回人類就會自動給手槍、燃燒彈、冰凍彈和照明彈,或者當玩家買解毒劑,變回人類後就會自動給手槍、燃燒彈、冰凍彈和照明彈

ZP4.3v1.5的教學(給予倖存者手槍、燃燒彈、冰凍彈和照明彈與ZP4.3教學一樣,給予狙擊手槍枝和炸彈與給予倖存者的相似==)
1.開了zombie_plague_advance.sma
2.尋找 // Function Human Me
3.慢慢找下去,會看見 // Give sniper his own weapon and fill the ammo
4.在 fm_give_item(id, "weapon_awp")下面加上
                fm_give_item(id, "weapon_elite")
                cs_set_user_bpammo(id, CSW_ELITE, 120)
                fm_give_item(id, "weapon_hegrenade")
                fm_give_item(id, "weapon_flashbang")
                fm_give_item(id, "weapon_smokegrenade")

獻花 x0
引用 | 編輯 jjjerry093
2011-03-24 19:47
1樓
  
這應該直接下插件區的就好了= =

獻花 x0
引用 | 編輯 tommaked
2011-03-24 20:43
2樓
  
有這種插件下載.....

獻花 x0
引用 | 編輯 dennis888
2011-03-26 22:39
3樓
  
雖然這是插件,但以教學形式較好
例如Rubbish-Nec大大的:感染模式出復仇者插件都是發在教學區

獻花 x0
引用 | 編輯 a0400555
2011-03-27 21:19
4樓
  
謝謝!有圖看看嗎?

獻花 x0
引用 | 編輯 a9004
2011-03-28 17:17
5樓
  
有圖比較好@@
不然都看不董在做什

獻花 x0
引用 | 編輯 godbird
2011-03-29 15:53
6樓
  
謝謝,做個標記

獻花 x0
引用 | 編輯 xp840720
2011-04-04 21:55
7樓
  
wow thanks for your teach

獻花 x0
引用 | 編輯 xiaozai
2011-04-26 11:22
8樓
  
呵呵,看上去還不錯啊! 表情

獻花 x0
引用 | 編輯 yzhyzlm
2011-04-27 22:01
9樓
  
修改成功了,多谢楼主。

獻花 x0
引用 | 編輯 zxzyman
2011-06-03 13:21
10樓
  
原來要這樣加!

我以為是這樣:

fm_give_item(id, "weapon_awp", "weapon_hegrenade" )

種算找到問題所在了

獻花 x0
引用 | 編輯 HoJai
2011-08-09 11:11
11樓
  
修改成功,這樣Leader就能更強

獻花 x0
引用 | 編輯 ckwtiger
2011-09-18 15:59
12樓
  
幸存者=狙擊手嗎????

獻花 x1
引用 | 編輯 =_=
2011-10-16 06:22
13樓
  
謝謝大大詳細的教學

我已經糾改成功了

獻花 x0
引用 | 編輯 dw312382354
2014-06-22 20:33
14樓
  
你还是给插件吧。

獻花 x0
引用 | 編輯 h2823h2823
2016-01-22 18:38
15樓
  
謝謝教學

獻花 x0
引用 | 編輯 h2171250
2016-12-11 17:01
16樓
  
教学很全面,谢谢大大的教学。 表情

獻花 x0
引用 | 編輯 阿秦不吃鱼
2021-07-23 09:59
17樓
  
回 覆 鎖 定 :

  此回覆已被鎖定,只有『管理員及回覆者』看的到 !!!



獻花 x0