View Single Post
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 06-09-2019 , 04:52   Re: ServerAdvertisements3
Reply With Quote #733

Look for red color and remove the " You are welcome

Quote:
Originally Posted by painlesstgp View Post
Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{green}TGP{default}]" // Server tag
    "ServerType" "default" // Only if MySQL is 1 -> Simply divide messages to groups (e.g. 3 servers uses ServerType surf and 2 servers uses jailbreak)
    "Time" "30.0" // Time in seconds
    "Languages"  "EN;CZ" // List of languages / Keep the main language first (If player connect from Country you did not translated. He will get messages in language which is the first in list).
    "Default language" "geoip" // Value = "geoip" or "ingame"
    "Log expired messages" "0" // 1 = Enabled -> Messages are loged in Sourcemod's error log
  }
  "Welcome Message"
  {
    "Enabled" "1" // 1 = Enabled / 0 = Disabled,
    "Type" "T" // Type of message - Only T and C types are supported right now
    "en" "{default}*************************************** \nWelcome to {green}TGP {default}Trading Server {green}{PLAYERNAME}!{default}***************************************"
    "cz" "{default}*************************************** \nWelcome to {green}TGP {default}Trading Server {green}{PLAYERNAME}!{default}***************************************"
    "Delay" "5.0" // Time in seconds after is client connected to server to show message
    "flags" "" // Client with this flag will get welcome message - Keep empty for all
  } //Make everything green
  "Messages"
  {
    "1"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "If you enjoy our server, {green}Add {default}it to your {green}Favorites! 74.91.116.189"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"2"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "Type {green}!commands {default}or {green}!help {default}in chat to see all the chat commands you can use!"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"3"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "To buy {green}VIP status on all TGP servers {default}please contact any admin!""
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"4"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "Come Join the Retake server, {green}74.91.123.184"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"5"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "Come {default}Join the 1v1 Server, {green}74.91.123.186"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"6"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "You can use {green}!takeweapon (!tw){default} and{green} !takepistol{default} as well as{green} !takeknife (!tk)!"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"7"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "Go Follow The Twitter, {green}@ProductionsTGP"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"8"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "Seeing errors?, then consider {green}re-verifying {default}your{green} CS:GO game cache."
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
	"9"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      "maps" "all" //- Default: all
      "en" "To appeal a ban, apply for admin, make a suggestion & more go to {green}theglobalparadise.com/forums"
	  "cz" ""
      "type" "T"
      "tag" "[{green}TGP{default}]"
    }
  }
}
ESK0 is offline