// 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" "www.diacre.org" } "2" { "type" "S" "text" "Serveur sous Surveillance Source Tv avec record" } "3" { "type" "S" "text" "{GREEN}Bienvenue chez les DiacrE" "flags" "cft" } "4" { "type" "S" "text" "{GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}" "flags" "z" } "5" { "type" "T" "text" "{ORANGE} Admins: friendly fire is {BOOL:MP_FRIENDLYFIRE}." "flags" "" } }