// Advertisements 0.5
// by Tsunami
// 
// Types
// -----
// C: Center message
// H: Hint message
// M: Menu message
// S: Say message
//    - Colors:  {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
//    - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
// T: Top message
//    - Colors:  {WHITE},  {RED},  {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
//               {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
//    - Example: {ORANGE} www.domain.com
//
// Flags (optional)
// -----
// Accepts flags of admins that will not see the advertisement.
// When omitted everyone will see the advertisement.
// When left empty only admins will see the advertisement.

"Advertisements"
{
	"1"
	{
		"type"		"S"
		"text"		"[Tip] Go checkout our website at www.ecrepticstudios.com"
	}
	"2"
	{
		"type"		"S"
		"text"		"[Tip] Press r to freeze or unfreeze blocks."
	}
	"3"
	{
		"type"		"S"
		"text"		"[Tip] Type rtv to vote to change the map."
		
	}
	"4"
	{
		"type"		"S"
		"text"		"[Tip] If you have any suggestions contact a available admin."
		
	}
	"5"
	{
		"type"		"S"
		"text"		"[Tip] Join our steamgroup at http://steamcommunity.com/groups/SourceFortsEG"
	
	}
	"6"
	{
		"type"		"S"
		"text"		"[Tip] In console type bind <key> +jetpack to use the jetpack in build mode."
	
	}
	"7"
	{
		"type"		"T"
		"text"		"www.ecrepticstudios.com"
		"flags"		"a"
	
	}
	
}