p80118f
|
分享:
▼
x0
|
[插件] AMXX简易锁武器教学
1.编辑amxx中config资料夹里的plugins.ini ;restmenu.amxx ; restrict weapons menu 把restmenu.ammx前面分号拿掉,让他正常使用,像下面这样 restmenu.amxx ; restrict weapons menu
2.在amxmodx/configs下做一个maps资料夹,一律小写!! 在maps里面做一个(地图名.cfg)例如:cs_bloodstrike.cfg
cfg内容如下: mp_timelimit 25 mp_startmoney 800
//restrict weapon amx_restrict on shield amx_restrict on awp amx_restrict on flash amx_restrict on hegren amx_restrict on sgren amx_restrict on g3sg1 amx_restrict on sg550
可以加上任何参数.mp_freezetime "3" mp_maxrounds "50" mp_roundtime "2.00" mp_winlimit "30"
武器列表 glock usp p228 deagle elites fn57 7.m3 xm1014 mac10 mp5 ump45 p90 tmp galil ak47 scout sg552 awp g3sg1 famas aug m4a1 sg550 m249 vest vesthelm flash hegren sgren defuser nvgs shield(盾牌)
|