// ServerAdvertisement - Help // // // Message Types: // Chat messages - Type: "T" / Colour support // Center text messages - Type: "C" / Support only [hex] codes / Ex: This message is red // Colours could be found at http://www.color-hex.com/ // // Message Variables: // {NEXTMAP} // {CURRENTMAP} // {CURRENTTIME} // {TIMELEFT} // {ADMINSONLINE} // //////////////////////////////// "ServerAdvertisement" { "Settings" { "Enable" "1" // 1 for Enable, 0 Otherwise "Delay_between_messages" "60.0" // In seconds "Time_Format" "%H:%M:%S" // Hours,Minutes,Secods "Advertisement_tag" "[{Lime}Server{default}]" // Exmp: "[UltraGaming]" } "Messages" { "1" { "default" "Server is under testing, and may be gone within a week or 2! Beware of it." "type" "T" // Message will be printed in Chat. } } }