// 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" "--CSCTL COMMAND--" ""
"2" "Server"
{
	"1" "ChangeLevel"
	{
		"1" "De_Dust2" "rcon changelevel de_dust2"
		"2" "De_Inferno" "rcon changelevel de_inferno"
		"3" "De_Nuke" "rcon changelevel de_nuke"
		"4" "De_Train" "rcon changelevel de_train"
		"5" "De_forge" "rcon changelevel de_forge"
		"6" "aim_map_usp" "rcon changelevel aim_map_usp"
		"7" "aim_qpad_2006" "rcon changelevel aim_qpad_2006"
		"8" "awp_map_32b" "rcon changelevel awp_map_32b"
		"9" "aim_sk_ak_m4" "rcon changelevel aim_sk_ak_m4"
		"10" "de_prodigy" "rcon changelevel de_prodigy"
		"11" "aim_qpad_2007" "rcon changelevel aim_qpad_2007"

	}
	"2" "Pause ON" "rcon pausable 1"
}
"3" "Server Rcon Password" "rcon_password Angel" 
"4" "ScreenShot" "snapshot" 
"4" "encho-lo3" "rcon exec encholo3.cfg" 
"4" "AllTalk On" "rcon exec alltalk_on.cfg" 
"4" "AllTalk Off" "rcon exec alltalk_off.cfg" 



"5" "-----Live on 3-----" ""
"6" "Res 1 Sec" "rcon sv_restart 1"
"7" "Res 3 Sec" "rcon sv_restart 3"
"8" "Lo3 CFG" "rcon exec lo3.cfg"
"1" "ADD ZBOT"
{
     "1" "Quick add T"		"exec t_botset.cfg"
     "2" "Quick add CT"		"exec botset.cfg"
     "3" "Set zbot"
     {
               "1" "Easy"		"rcon bot_difficulty 0"
               "2" "Normal"		"rcon bot_difficulty 1"
               "3" "Hard"		"rcon bot_difficulty 2"
               "5" "Expert"		"rcon bot_difficulty 3"
     }
     "4" "Add a specific zbot"
	{
          "1" "Add a terrorist"		"rcon bot_add_t"
          "2" "Add a counter-terrorist"	"rcon bot_add_ct"
          "3" "autoteambalance off"	"rcon mp_autoteambalance 0"
          "4" "limitteams off"	              "rcon mp_limitteams 0"
     	}
     "5" "add 7x8 team"		"exec addbot.cfg"
}
"2" "ZBOT MISC"
   {
       "1" "Endround"						"rcon bot_kill"
       "2" "Kick all (or 'bot_kick name')"			"rcon bot_kick"
       "3" "ZBot quota"
    {
	"1" "min 12"		"bot_quota 12"
	"2" "min 14"		"bot_quota 14"
	"3" "min 16"		"bot_quota 16"
	"4" "min 18 "		"bot_quota 18"
	"5" "min 20"		"bot_quota 20"
    }
   }
"3" "SETTINGS"
{
    "1" "Weapon mode"
    {
	"1" "knives only"		"bot_knives_only"
	"2" "pistols only"		"rcon bot_pistols_only"
	"3" "snipers only"		"rcon bot_snipers_only"
	"4" "all weapons"		"rcon bot_all_weapons"
    }
    "2" "Zbot join team"
	{
          "1" "terrorist"		"bot_join_team t"
          "2" "counter-terrorist"	"bot_join_team ct"
          "3" "Any"			"bot_join_team any"
     	}
}
"0" "EXIT" "slot10"
