View Single Post
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 11-06-2018 , 02:00   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #668

Quote:
Originally Posted by gildevanaraujo View Post
Hello everyone! I'm having problems in time to show the messages, I have to put the time in seconds, so I put 300, 600, 900, but it's not working, every time it shows up. Can someone help me? Here my config.

Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{orange}Dimension Mix Server!{default}]" // Server tag
    "MySQL" "0" // If 1 -> Messages will be loaded from MySQL
    "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" "5" // 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
    "ServerTracker" "1" // 1 = Enabled, 0 = Disabled
  }
  "Welcome Message"
  {
    "Enabled" "1" // 1 = Enabled / 0 = Disabled,
    "Type" "T" // Type of message - Only T and C types are supported right now
    "en" "{orange}***************************************\n {lime}Bem vindo ao Dimension Mix {PLAYERNAME}! \n{orange}***************************************"
    "cz" ""
    "Delay" "10.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
  }
  "Messages"
  {
    "1"
    {
      "enabled" "1" // Message is temporarily disabled - Default: 1
      //"enabledtill" "30.05.2017" // Date DD/MM/YYYY -> Message will be available till 30. May 2017
      "maps" "all" //- Default: all
      "en" "JOGADORES ONLINE: {PLAYERCOUNT}"
      "cz"  ""
      "type" "T"
      "tag" "[{darkred}AUTO{default}]"
      "Delay" "600"
       //"ignore"	""
       //"ignore_maps" ""
	  
    }
    "2"
    {
      "enabled" "1" // Message is enabled
      "maps" "de_;cs_"
      "en" "ADMINS ON: {ADMINSONLINE}"
      "cz"  ""
      "type" "T"
      "tag" "[{darkred}AUTO{default}]"
	  "flags" "o"
      "Delay" "900"
       //"ignore"	""
       //"ignore_maps" ""
    }
    "3"
    {
      "enable" "1"
	  "maps" "de_;cs_"
      "en" "{default}************************************ \n{default}Torne-se {darkred}VIP! {default} e ganhe vantagens! \n Apenas R$ 5,00 por 30 dias!!! \nUse o comando {lime}!vip {default}para saber mais! \n {olive}DIVIRTA-SE \n{default}***************************************"
      "cz"  ""
      "type" "T"
      "tag" "[{darkred}AUTO{default}]" // Message without tag
	  "Delay" "300"
	  //"ignore"	""
	  //"ignore_maps"	""
    }
    "4" // Message with "ServerName" option tag
    {
      "enable" "0"
	  "maps" "zm_"
      "en" "Message 4"
      "cz"  "Zprava 4"
      "type" "t"
    }
    "5" // HUD MESSAGE
    {
      "enabled" "0"
      "maps" "zm_"
      "en" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "cz"  "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
      "type" "h"
      "color" "255 112 0" // RGB (R G B)
      "color2" "255 255 51" // RGB (R G B)
      "effect" "2" // 0,1,2
      "channel" "5" // Any number
      "posx" "-1.0" //left to right
      "posy" "0.05" //top to bottom
      "fadein" "0.2" //Fade in time
      "fadeout" "0.2" //Fade out time
      "holdtime" "5.0" //Message hold time
    }
  }
}
Thanks!
"Time" "5" // Time in seconds

There is no "Delay" setting option for message.. You can set up only one global delay for all messages
ESK0 is offline