Raised This Month: $12 Target: $400
 3% 

[ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4


Post New Thread Reply   
 
Thread Tools Display Modes
Obyboby
Veteran Member
Join Date: Sep 2013
Old 11-30-2017 , 00:29   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #581

Quote:
Originally Posted by mscorp View Post
ok thanks, don´t work!,
if you make a valid config for me, and send it to [email protected], I can to gift a skin for cs go, of 10/20 usd, thanks!
EDIT
__________________

Last edited by Obyboby; 11-30-2017 at 00:29.
Obyboby is offline
WardPearce
Senior Member
Join Date: Apr 2017
Location: New Zealand
Old 12-07-2017 , 19:04   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #582

Can you have multiple welcome msg?
WardPearce is offline
WardPearce
Senior Member
Join Date: Apr 2017
Location: New Zealand
Old 12-07-2017 , 19:12   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #583

How could you make
"Enabled" "1" // 1 = Enabled / 0 = Disabled,
"Type" "T" // Type of message - Only T and C types are supported right now
"en" "Test"
"flags" "" // Client with this flag will get welcome message - Keep empty for all
Not just spam the chat?
WardPearce is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 12-08-2017 , 02:07   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #584

Quote:
Originally Posted by WardPearce View Post
How could you make
"Enabled" "1" // 1 = Enabled / 0 = Disabled,
"Type" "T" // Type of message - Only T and C types are supported right now
"en" "Test"
"flags" "" // Client with this flag will get welcome message - Keep empty for all
Not just spam the chat?
https://github.com/ESK0/ServerAdvert...ements3.cfg#L8

And no you can't have multiple welcome messages
ESK0 is offline
devilshanto
Junior Member
Join Date: Dec 2017
Old 12-08-2017 , 04:58   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #585

Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{orange}BD CSGO{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********************** \n{darkred}Welcome to BD CSGO server {PLAYERNAME}! \n {lime}This server will be ready soon for daily use \n Author: {bluegrey}www.steamcommunity.com/id/devilshanto\n{orange}*******************\n********************"
    "cz" "{orange}*************************************** \n{darkred}Vítej na tomto serveru {PLAYERNAME}! \n {lime}Tento server používá ServerAdvertisements3 \n Autor: {bluegrey}www.steamcommunity.com/id/esk0\n{orange}***************************************"
    "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
  }
  "Messages"
  {
    "1"
    {
      "enabled" "0" // 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" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravity: {sv_gravity}"
      "cz"  "Momentálně se hraje: {CURRENTMAP} \n Počet hráčů: {PLAYERCOUNT} \n Příští mapa: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravitace: {sv_gravity}"
      "type" "T"
      "tag" "[{darkred}SYSTEM{default}]"
      "ignore_maps" "de_inferno;ar_"
    }
    "2"
    {
      "enabled" "1" // Message is enabled
      "maps" "de_"
      "en" "Server Under construction."
      "cz"  "Admini: {ADMINSONLINE}"
      "type" "T"
      "tag" ""
      "ignore" ""
      "ignore_maps" ""
    }
    "3"
    {
      "maps" "de_;ar_"
      "en" "{DEFAULT}Do Not {lime}Cheat {DEFAULT}in this server"
      "cz"  "Zpráva 3!"
      "type" "T"
      "tag" "{darkred}Admin:" // Message without tag
    }
    "4" // Message with "ServerName" option tag
    {
      "maps" "de_"
      "en" "Best Wishesh {PLAYERNAME}"
      "cz"  "Zprava 4"
      "type" "s"
    }
    "5" // HUD MESSAGE
    {
      "enabled" "1"
      "maps" "de_"
      "en" "Best Wishes {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" "8" // 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
    }
  }
}
Only Welcome message, Message e, nd hud msg is showing. How to enable other message.

And can i set custom interval for each message or just for HUD msg?

Last edited by devilshanto; 12-08-2017 at 04:59.
devilshanto is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 12-08-2017 , 05:37   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #586

Quote:
Originally Posted by devilshanto View Post
And can i set custom interval for each message or just for HUD msg?
no
__________________
8guawong is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 12-10-2017 , 12:41   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #587

Quote:
Originally Posted by devilshanto View Post
Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{orange}BD CSGO{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********************** \n{darkred}Welcome to BD CSGO server {PLAYERNAME}! \n {lime}This server will be ready soon for daily use \n Author: {bluegrey}www.steamcommunity.com/id/devilshanto\n{orange}*******************\n********************"
    "cz" "{orange}*************************************** \n{darkred}Vítej na tomto serveru {PLAYERNAME}! \n {lime}Tento server používá ServerAdvertisements3 \n Autor: {bluegrey}www.steamcommunity.com/id/esk0\n{orange}***************************************"
    "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
  }
  "Messages"
  {
    "1"
    {
      "enabled" "0" // 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" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravity: {sv_gravity}"
      "cz"  "Momentálně se hraje: {CURRENTMAP} \n Počet hráčů: {PLAYERCOUNT} \n Příští mapa: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravitace: {sv_gravity}"
      "type" "T"
      "tag" "[{darkred}SYSTEM{default}]"
      "ignore_maps" "de_inferno;ar_"
    }
    "2"
    {
      "enabled" "1" // Message is enabled
      "maps" "de_"
      "en" "Server Under construction."
      "cz"  "Admini: {ADMINSONLINE}"
      "type" "T"
      "tag" ""
      "ignore" ""
      "ignore_maps" ""
    }
    "3"
    {
      "maps" "de_;ar_"
      "en" "{DEFAULT}Do Not {lime}Cheat {DEFAULT}in this server"
      "cz"  "Zpráva 3!"
      "type" "T"
      "tag" "{darkred}Admin:" // Message without tag
    }
    "4" // Message with "ServerName" option tag
    {
      "maps" "de_"
      "en" "Best Wishesh {PLAYERNAME}"
      "cz"  "Zprava 4"
      "type" "s"
    }
    "5" // HUD MESSAGE
    {
      "enabled" "1"
      "maps" "de_"
      "en" "Best Wishes {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" "8" // 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
    }
  }
}
Only Welcome message, Message e, nd hud msg is showing. How to enable other message.

And can i set custom interval for each message or just for HUD msg?
You have some messages disabled:

"enabled" "0" // Message is temporarily disabled - Default: 1

or disabled for some maps

"maps" "de_"
ESK0 is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 12-21-2017 , 09:44   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #588

I have messages in 3 langs on my server, is it possible to have messages that only apear in one lang without parsing error?
lugui is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 12-21-2017 , 14:43   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #589

Quote:
Originally Posted by lugui View Post
I have messages in 3 langs on my server, is it possible to have messages that only apear in one lang without parsing error?
Will be added.. thanks
ESK0 is offline
Jezis
AlliedModders Donor
Join Date: Jul 2016
Location: Czech Republic
Old 12-31-2017 , 09:45   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #590

Could you add {VIPSONLINE} please? Or just {(specificflag)ONLINE}?

Thank you
__________________

Jezis is offline
Send a message via ICQ to Jezis
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode