// 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"		"{GREEN} yep all"
	}
	"2"
	{
		"type"		"S"
		"text"		"{GREEN} ont couvre le bombers"
	}
	"3"
	{
		"type"		"S"
		"text"		"{GREEN} Team play"
	}
	"4"
	{
		"type"		"S"
		"text"		"{GREEN}Bienvenue chez les DiacrE"
		"flags"		"cft"
	}
	"5"
	{
		"type"		"S"
		"text"		"{GREEN}Bienvenue !"
		"flags"		"z"
	}
	"6"
	{
		"type"		"S"
		"text"		"{GREEN}ont couvre ses potes ont joue les objectifs"
		"flags"		""
	}
	"7"
	{
		"type"		"S"
		"text"		"{GREEN}Team Play et Fun"
		"flags"		"cft"
	}
	"7"
	{
		"type"		"S"
		"text"		"{GREEN}Bienvenue sur le nouveau serveur"
		"flags"		"cft"
	}
}
