分享:
▲
將所有AMXX檔放到plugins 和cstrike也取代 在plugins.ini新增 ;多武器插件 NST_Wpn.amxx NST_Wpn_Rifles.amxx NST_Wpn_Pistols.amxx NST_Wpn_Knife.amxx NST_Wpn_He.amxx ;多選人插件 NST_Add_Player.amxx ;模式切換插件 NST_Choose_Mod.amxx ;傷害顯示插件 NST_Damage_Fire.amxx 把nst_wpn.ini放到configs裡 假設你要新增MG3就在nst_wpn.ini打上 [name]Mg3[model]mg3[wpn_change]20[damage]1.015[uclip]0[speed]0.9[zoom]0[clip]200[ammo]200[recoil]1[cost]6000 到models新增nst_wpn資料夾把PVW放進去叫v_mg3 p_mg3 w_mg3把MG3音效丟到weapons裡 在到cstrike\gfx\vgui 新增mg3 在到cstrike\resource\UI的BuyMachineguns_CT裡新增 "mg3-img" { "ControlName" "ImagePanel" "fieldName" "mg3-img" "xpos" "326" "ypos" "85" "wide" "138" "tall" "48" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "textAlignment" "center" "image" "gfx/vgui/mg3" "scaleImage" "1" } "mg3-name" { "ControlName" "Label" "fieldName" "mg3-name" "xpos" "326" "ypos" "133" "wide" "138" "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#nst_wpnname_mg3" "textAlignment" "center" "dulltext" "1" "brighttext" "0" } "mg3-bottom" { "ControlName" "Button" "fieldName" "mg3-bottom" "xpos" "326" "ypos" "85" "wide" "138" "tall" "63" "autoResize" "0" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "" "command" "nst_buy_wpn1 mg3" } 就好了
本帖包含附件 |
|
東西.rar
(2022-06-09 14:14 / 929 KB) |
下載次數: | 80 |
|