// Custom admin menu commands.
// For more information:
//
// http://wiki.alliedmods.net/Custom_Admin_Menu_%28SourceMod%29
//
// Note: This file must be in Valve KeyValues format (no multiline comments)
//

"Commands"
{


"Source Forts"
	{
		"Add Time"
		{
			"cmd"			"sm_addtime 100"
			"admin"			"sm_kick"
			"execute"		"server"
			
			
		}
		"Toggle Phase"
		{
			"cmd"			"sm_togglephase"
			"admin"			"sm_kick"
			"execute"		"server"
			
			
		}
		"Freeze Status"
		{
			"cmd"		"freezestatus"
			"admin"		"sm_kick"
		        "execute"	 "client"
		}
	}




}
