// VGUI MENU

"1" "InGame Information"
{
	"1" "Show GUI Info" "say_team You are using the aerion.net - Game User Interface."
	"2" "Show Video Card Info" "say_team INFO: ATI = gl_polyoffset 4 and nVIDIA = gl_polyoffset 0.1"
	"3" "Show current Settings" "clear; rate; cl_updaterate; cl_cmdrate; ex_interp; cl_timeout; toggleconsole"
}


"2" "Client Options"
{
	"1" "First InGame Settings"
	{
		"1" "Weapon Hands"
		{
			"1" "Use Righthanded" "cl_righthand 1"
			"2" "Use Lefthanded" "cl_righthand 0"
		}
		"2" "Menu Type"
		{
			"1" "VGUI Menu" "setinfo _vgui_menus 1"
			"2" "Classic Text" "setinfo _vgui_menus 0"
		}
		"3" "Dynamic Crosshair"
		{
			"1" "On" "cl_dynamiccrosshair 1"
		 	"2" "Off" "cl_dynamiccrosshair 0"
		}
		"4" "Center ID"
		{
			"1" "On" "hud_centerid 1"
			"2" "Off" "hud_centerid 0"
		}
		"5" "Radar Type"
		{
			"1" "Transparent" "cl_radartype 0"
			"2" "Solid" "cl_radartype 1"
		}
		"6" "Show FPS"
		{	
			"1" "Show FPS Display" "cl_showfps 1"
			"2" "Hide FPS Display" "cl_showfps 0"
		}
		"7" "Auto Weapon Pick Up"
		{
			"1" "On" "_cl_autowepswitch 1"
			"2" "Off" "_cl_autowepswitch 0"
		}
	}
	"2" "Second InGame Settings"
	{
		"1" "HUD Fastswitch"
		{
			"1" "Disable HUD Fastswitch" "hud_fastswitch 0"
			"2" "Enable HUD Fastswitch" "hud_fastswitch 1"
		}
                "2" "Netcode Display"
                {
                     "1" "Net_Graph 1" "net_graph 1"
                     "2" "Net_Graph 2" "net_graph 2"
                     "3" "Net_Graph 3" "net_graph 3"
                }
                "3" "Netcode Position"
                { 
                      "1" "right" "net_graphpos 1"   
                      "2" "center" "net_graphpos 2"
                      "3" "left" "net_graphpos 3"
                }     
		"4" "Zoom Sensitivity" "messagemode zoom_sensitivity_ratio"
		"5" "Mouse Sensitivity" "messagemode sensitivity"
				
			
	}

	"3" "Change Crosshair Color" "adjust_crosshair"
	"4" "Change Name" "messagemode name"
	"5" "Change Team" "chooseteam"
}

"3" "Netcode Options"
{
	"1" "change rate" "messagemode rate"
	"2" "change updaterate" "messagemode cl_updaterate"
	"3" "change cmdrate" "messagemode cl_cmdrate"
	"4" "change interp" "messagemode ex_interp"
	"5" "change timeout" "messagemode cl_timeout"
}

"4" "aerion.net"