// 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" "Ayuda"
{
        "1" "Tiempo restante"           "timeleft"
	"2" "Ajustar mira"              "adjust_crosshair"
	"3" "Mano izquierda"            "cl_righthand 0"
	"4" "Mano derecha"              "cl_righthand 1"
        "5" "Tirar arma"                "drop"  
}


"2" "Cambiar de equipo"	"chooseteam"

"3" "Configs"
{
	
                "1" "Configs Pro"
	{
		"1" "LaGaRtiJa"            "exec lagartija.cfg"
		"2" "LaGaRtiJa-Cerrado"    "exec lagartija-cerrado.cfg"
		"3" "LaGaRtiJa-Server"     "exec lag-svr.cfg"
                "4" "Clan *C.a.O.t*"       "exec caot.cfg"
		
	}


	        "2" "Config Varias"
	{
		"1" "SuperHeroe Mod"       "exec superheroe.cfg"
		"2" "Juego Online"         "exec online.cfg"
                "3" "Funny CFG"            "exec funny.cfg"
                "4" "Compra Con KP's"      "exec compra.cfg"
	}


	
}

"4" "Mostar estado de CNX"
{

        "1" "Net_graph 0"          "net_graph 0;net_scale 5;net_graphpos 2"
	"2" "Net_graph 1"          "net_graph 1;net_scale 5;net_graphpos 2"
	"3" "Net_graph 2"          "net_graph 2;net_scale 5;net_graphpos 2"
	"4" "Net_graph 3"          "net_graph 3;net_scale 5;net_graphpos 2"
	"5" "Mostrar FPS"          "cl_showfps 1"
        "6" "Ocultar FPS"          "cl_showfps 0"
}

"5" "Mensajes de Equipo"
{
        "1" "AwP"                  "say_team Voy Con AwP"
        "2" "Cubranme"             "say_team Cubranme"
        "3" "Ofensiva"             "say_team Tactica Ofensiva"
        "4" "Defensiva"            "say_team Tactica Defensiva"
        "5" "Tengo C4"             "say_team Tengo C4"
        "6" "Tengo Rehenes"        "say_team Tengo Rehenes"
}

"0" "Salir"                        "slo10"
