哈哈!先打开如CS1.6 Okgogogo增强普及版\cstrike\addons\amxmodx\scripting下的zombie_plague40.sma文件
这里是修改M菜单的:// Extra Items: Weapons and their costs
你就在new const g_extra_items[][] = 那里加上"weapon_aug" 注意用“,”分开
添加后上面的new const g_extra_names[][] =里加上AUG的名字 注意:你
的"weapon_aug"是摆在哪个位置,AUG就要写在那个位置上
而下面的new const g_extra_costs[] = 是道具的价格 按位置写
好了!这时 就要把// Buy Menu: Primary and Secondary Weapons(武器菜单)的"weapon_aug"去掉 这样 选武器时就没有AUG了 按M就可以买到AUG