// Command Menu definition
//
// Basic Format:
// "<Bound Key>" "<Button Text>" "<Command sent to server>"
//
//
//
//
// Buttons can also open up submenus, as follows:
// {
// "Some More Options",
// {
// ...
// }
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
// Maximum of 40 menus.
// Maximum of 100 buttons per menu.
//--------------------------------------------------------
// Everything below here is editable
"1" "#Cstrike_HELP"
{
CUSTOM "1" "#Cstrike_Time_Left" "timeleft"
"2" "#Cstrike_Adjust_Crosshair" "adjust_crosshair"
"3" "#Cstrike_Use_Left_Hand" "cl_righthand 0"
"4" "#Cstrike_Use_Right_Hand" "cl_righthand 1"
}
"2" "#Cstrike_CHANGE_TEAM" "chooseteam"
// Here are the rest of the buttons and submenus
// You can change these safely if you want.
"3" "#Cstrike_TEAM_MESSAGE"
{
// Map Specific
MAP cs_siege "1" "#Cstrike_Map_Siege"
{
"1" "#Cstrike_take_underground" "say_team '占领地下室!'"
"2" "#Cstrike_enemy_garage" "say_team '停车场发现敌人'"
"3" "#Cstrike_rush_hostage_room" "say_team '集中火力冲向人质房间!'"
"4" "#Cstrike_snipers_watch_out" "say_team '有狙击手,小心!'"
"5" "#Cstrike_take_upper_route" "say_team '走上面!'"
}
MAP de_train "1" "#Cstrike_train"
{
"1" "#Cstrike_rush_trainyard" "say_team '集中火力向火车站爆炸目标冲锋。'"
"2" "#Cstrike_rush_enclosed" "say_team '集中火力向室内爆炸目标冲锋。'"
"3" "#Cstrike_flank_them" "say_team '侧翼迂回进攻!'"
"4" "#Cstrike_bomb_site_secure" "say_team '守住爆炸目标!'"
"5" "#Cstrike_lend_me_blaster" "say_team '火力支援!'"
}
MAP de_vertigo "1" "#Cstrike_vertigo"
{
"1" "#Cstrike_rush_upper_level" "say_team '集中火力冲上层!'"
"2" "#Cstrike_rush_lower_level" "say_team '集中火力冲下层!'"
"3" "#Cstrike_flank_them" "say_team '侧翼迂回进攻!'"
"4" "#Cstrike_snipers_watch_out" "say_team '有狙击手,小心!'"
"5" "#Cstrike_bomb_site_secure" "say_team '守住爆炸目标!'"
}
MAP de_prodigy "1" "#Cstrike_prodigy"
{
"1" "#Cstrike_rush_to_pipes" "say_team '集中火力向通风管区域冲锋!'"
"2" "#Cstrike_rush_to_lab" "say_team '集中火力向实验室冲锋!'"
"3" "#Cstrike_take_the hallway" "say_team '占领走廊!'"
"4" "#Cstrike_flank_them" "say_team '侧翼迂回进攻!'"
"5" "#Cstrike_take_the_apc" "say_team '占领载具通路!'"
}
MAP de_aztec "1" "#Cstrike_aztec"
{
"1" "#Cstrike_take_bridge" "say_team '占领吊桥!'"
"2" "#Cstrike_enemy_at_bomb_site" "say_team '爆炸目标区域发现敌人'"
"3" "#Cstrike_rush_to_bomb_site" "say_team '集中火力占领爆炸目标区!'"
"4" "#Cstrike_bomb_site_secure" "say_team '守住爆炸目标!'"
"5" "#Cstrike_take_water_route" "say_team '向湿地进军!'"
}
MAP de_inferno "1" "#Cstrike_inferno"
{
"1" "#Cstrike_take_bridge" "say_team '占领吊桥!'"
"2" "#Cstrike_enemy_at_bomb_site" "say_team '爆炸目标区域发现敌人'"
"3" "#Cstrike_rush_to_bomb_site" "say_team '集中火力占领爆炸目标区!'"
"4" "#Cstrike_bomb_site_secure" "say_team '守住爆炸目标!'"
"5" "#Cstrike_take_water_route" "say_team '向湿地进军!'"
}
MAP cs_office "1" "#Cstrike_office"
本文来自猴岛论坛 :
http://bbs.houdao.com/r2294705_u3444978/