以文本方式查看主题

-  索沛CS1.6论坛 CS反作弊 CS1.6下载 amxx sma插件 cs对战平台  (http://106.53.153.14:27015:27015/index.asp)
--  AMXX插件脚本  (http://106.53.153.14:27015:27015/list.asp?boardid=15)
----  [插件] 新枪插件(无需覆盖本地枪械)  (http://106.53.153.14:27015:27015/dispbbs.asp?boardid=15&id=181481)

--  作者:a520
--  发布时间:2010-03-12 12:38:00
--  [插件] 新枪插件(无需覆盖本地枪械)

第一1号插件【插件資訊】


  [/Post]
图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看

  
使用指令:/*
  Well, credit goes to all those great coders in the amx forums,
  nothing could have been acomplished if those \'veterans\' wouldn\'t
  have answered all the stupid questions that newbies like myself
  ask time after time. lol. thank you guys.
  Based on Ka0s\' DualMP5s plugin developed by KaOs, thanks to RadidEskimo, FreeCode & BigBaller.
  I also used code from many different plugins, above all WC3FT from Pimp Daddy, and custom models
  thanks to the guys from the Clan of the Dead Goat forums. Sorry if I forgot anyone, I\'ve read so much code
  lately I cant keep track, hope you forgive me.
  Lotsa Thanks to my clanmates, and all the \'Sesamitas\' for bearing me and my constant updates, lol.

  Hope you enjoy it. I did. 

  Kubo - Barrio SeSamo Klan (BSsK) . Sesame Street for all of you, non spanish speaking people. 

  *******************************************************************************
 
  Ported By KingPin( <a href="mailto:kingpin@onexfx.com">kingpin@onexfx.com</a> ). I take no responsibility
  for this file in any way. Use at your own risk. No warranties of any kind.

  ******************************************************************************* 

  To \'buy\' the \'extra weapons\' user has to say \'gunshop\'. For a price user gets the \'ability\' to
  use custom weapons as long as he lives. Any weapon he picks up of the same class as his ability
  will be \'custom\' too. User can only carry one weapon at the time, besides the extra kevlar and both
  extra ammunitions.
  Also, its restricted on He, aim, ka and awp maps.
  GUNSHOP:
  1- Dual MP5. 2 mp5 with 270 bullets, plus 75% extra damage
  2- Dual shotguns. 2m3 with 64 buckshots, and 85% extra damage
  3- Tracer ammo. hmmmm.... looks cool, lol
  4- Piercing Armor ammo. Extra damage against armor.
  5- M203 with granade launcher attached to it. Switch to HE to deploy \'em.
  6- Pack of 5 HE granades
  7- Extra protection kevlar. A walking tank, 150 hp 200 armor, slows player down.
  8- Extra combat knife. Ideal for those knife crazy guys out there, 4 times normal damage.
  9- LoKo Joe\'s One Shooter - Dirty Harry tipe of gun, Damm powerful, but 1 out of 4 bullets may explode on
    your face.. use it with care.

  ******************************************************************************* 
要"購買""新槍", 你要輸入對話"gunshop"
買了新槍後死了就沒有了
你只可同時擁有一把槍
不可同時拿着新槍和原槍
(此限制在 he_*, aim_*, ka_* 和 awp_* 的地圖仍生效)
新槍如下:
1- 雙持MP5 (270彈, 75%額外攻擊)
2- 雙持M3    (64彈, 85%額外攻擊)
3- 追蹤子彈 (?)
4- 反盔甲子彈
5- M203榴彈發射器 (切換到4)
6- 5顆手雷包
7- 額外防彈盔甲 (150hp, 200ap, 會減慢速度)
8- 額外戰術小刀 (4倍攻擊力)
9- ????? (看不懂)

  ******************************************************************************* 
需要模塊:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <engine>


安裝路徑:CS資料夾內

【插件介紹】
  

可以實現多購買槍械之原理,我是不太懂,附上原碼 歡迎有心人研究一下吧


以下内容需要帖子数达到10才可以浏览

有第二号插件,也是加枪插件,希望能够加精。。

第二号插件:

【插件資訊】
  
使用指令:在遊戲中叫出控制台輸入"buy_m79"即可購買榴炮
(輸入bind "v" "buy_m79"之後 只要在購買區按V即可購買榴炮)
在控制台輸入"buyammo1"可以購買子彈(預設鈕為主槍子彈購買熱鍵)
價格:$2100
  
子彈:一發$100
  
攜彈量:10發
  

安裝路徑:此為懶人包 直接解壓縮丟進您的CS資料夾後
在"cstrike\\addons\\amxmodx\\config\\plugins.ini"文件中
用記事本在最下面一行加上"weapon_m79.amxx即可"
注意:
  
請勿將weapon_m79.amxx貼到plugins_zplague.ini內
    
否則此插件的部份功能將會失常

  
(此插件支援ZP 但不支援子彈包)
模組:
  
(放置位置:您安裝CS的位置\\cstrike\\models)
v_m79.mdl
  
p_m79.mdl
  
w_m79.mdl
  
shell_m79.mdl(這是榴彈本身的模組)
  

音效:
  
(放置位置:您安裝CS的位置\\cstrike\\sound\\weapons)
m79-1.wav
  
m79_clipin.wav
  
m79_clipon.wav
  
m79_clipout.wav
  
m79_draw.wav
  

殺人圖示檔:
  
(放置位置:您安裝CS的位置\\cstrike\\sprites)
  
640hud16.spr(要CSO最新版本的唷~XD)
640hud7.spr(這是子彈圖 Final決定版才需要)


SPR圖示設定:
  
找到路徑您安裝CS的位置\\cstrike\\sprites\\hud.txt
  
然後用記事本開啟 在最下面加入附件中所附hud.txt文件之內容即可


以下内容需要帖子数达到10才可以浏览


图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看

图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看

图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看

图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看

图片点击可在新窗口打开查看此主题相关图片如下:
图片点击可在新窗口打开查看
[此贴子已经被作者于2010-4-26 21:14:10编辑过]

--  作者:a520
--  发布时间:2010-03-12 12:43:00
--  
大家也可以更改武器模型来换其他的枪。。
--  作者:xiaodongmenu2
--  发布时间:2010-03-12 12:45:00
--  
太谢谢a520了,不过帖子数达到1000有点。。。。。。
[此贴子已经被作者于2010-3-12 13:00:57编辑过]

--  作者:johnnypu
--  发布时间:2010-03-12 12:48:00
--  
謝了...
--  作者:a306739145
--  发布时间:2010-03-12 12:55:00
--  
我试试 ...很不错LZ
--  作者:a520
--  发布时间:2010-03-12 13:00:00
--  
是可以用美金买的。。。
--  作者:scr769929209
--  发布时间:2010-03-12 13:03:00
--  
3Q謝謝..
--  作者:a824327943
--  发布时间:2010-03-12 13:07:00
--  

CSO里的终极杀尸武器。。。   话说 我还是改改模型就好,用不惯!


--  作者:FANGYU
--  发布时间:2010-03-12 13:13:00
--  
我不想改 卡的要死 还是csol-nst版本的
--  作者:chenrenfu
--  发布时间:2010-03-12 13:35:00
--  
    谢谢分享!我去试试!