Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 06-17-2020 , 20:19   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #811

Loving the plugin, one thing I was wondering on is whether you're actively working on the MySQL implementation or have any plans to do it in the near future?
Notifications is offline
XHUNTERX
Senior Member
Join Date: Aug 2019
Location: World
Old 10-14-2020 , 00:28   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #812

Text variables:

{CREDITS} (for Zep. store credits)

I would appreciate if you add this code to show players credits
XHUNTERX is offline
Bosny
Junior Member
Join Date: Sep 2020
Old 10-14-2020 , 08:34   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #813

Quote:
Originally Posted by Notifications View Post
Loving the plugin, one thing I was wondering on is whether you're actively working on the MySQL implementation or have any plans to do it in the near future?
Also wondering
Bosny is offline
Nerus
Senior Member
Join Date: Aug 2010
Location: Poland
Old 11-15-2020 , 10:37   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #814

Error after map change in CSGO:
Quote:
L 11/15/2020 - 166:26: [SM] Exception reported: Invalid Handle 1f840158 (error: 3)
L 11/15/2020 - 166:26: [SM] Blaming: ServerAdvertisements3.smx
L 11/15/2020 - 166:26: [SM] Call stack trace:
L 11/15/2020 - 166:26: [SM] [0] SteamWorks_GetHTTPResponseBodySize
L 11/15/2020 - 166:26: [SM] [1] Line 472, files/misc.sp::SA_TrackerCallBack
__________________
Nerus is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 12-12-2021 , 15:02   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #815

Hello friends,
I've been trying to use this plugin for a long time and I can never get it to work, it doesn't load:
I'm just trying to simple message, in 3 different languages, I put an example below, if anyone can tell me what's wrong I'm very grateful.

Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{orange}SUPERTANKS{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,pt,es" // 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" "{orange}Welcome SUPERTANKS"
    "pt" "{orange}Bem vindo ao SUPERTANKS"
    "es" "{orange}Bienvenidos a SUPERTANKS"
    "Delay" "15" // 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 enabled
      "maps" "all"
      "en" "Type !menu in the chat to access the main server commands."
      "pt" "Digite!menu {DEFAULT}no chat para acessar os comandos do server."
      "es" "Escriba !menu en el chat para acceder a los comandos del servidor."
      "type" "T"      
      
    }   
  }
}

I get this error:
L 12/12/2021 - 15:09:59: [SM] Exception reported: [SA3] 'en,pt,es' translation missing in message "1"
L 12/12/2021 - 15:09:59: [SM] Blaming: ServerAdvertisements3.smx
L 12/12/2021 - 15:09:59: [SM] Call stack trace:
L 12/12/2021 - 15:09:59: [SM] [0] SetFailState
L 12/12/2021 - 15:09:59: [SM] [1] Line 55, D:\Sourcemod\ServerAdvertisements3\files/misc.sp::AddMessagesToArray
L 12/12/2021 - 15:09:59: [SM] [2] Line 448, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::LoadMessages
L 12/12/2021 - 15:09:59: [SM] [3] Line 366, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::LoadConfig
L 12/12/2021 - 15:09:59: [SM] [4] Line 59, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::OnMapStart
L 12/12/2021 - 15:10:29: Error log file session closed.
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie

Last edited by Mi.Cura; 12-12-2021 at 15:28.
Mi.Cura is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-12-2021 , 19:45   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #816

Quote:
Originally Posted by Mi.Cura View Post
Hello friends,
I've been trying to use this plugin for a long time and I can never get it to work, it doesn't load:
I'm just trying to simple message, in 3 different languages, I put an example below, if anyone can tell me what's wrong I'm very grateful.

I get this error:
L 12/12/2021 - 15:09:59: [SM] Exception reported: [SA3] 'en,pt,es' translation missing in message "1"
L 12/12/2021 - 15:09:59: [SM] Blaming: ServerAdvertisements3.smx
L 12/12/2021 - 15:09:59: [SM] Call stack trace:
L 12/12/2021 - 15:09:59: [SM] [0] SetFailState
L 12/12/2021 - 15:09:59: [SM] [1] Line 55, D:\Sourcemod\ServerAdvertisements3\files/misc.sp::AddMessagesToArray
L 12/12/2021 - 15:09:59: [SM] [2] Line 448, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::LoadMessages
L 12/12/2021 - 15:09:59: [SM] [3] Line 366, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::LoadConfig
L 12/12/2021 - 15:09:59: [SM] [4] Line 59, D:\Sourcemod\ServerAdvertisements3\ServerAdve rtisements3.sp::OnMapStart
L 12/12/2021 - 15:10:29: Error log file session closed.
Try it like this:
Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{orange}SUPERTANKS{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;PT;ES" // 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" "{orange}Welcome SUPERTANKS"
    "pt" "{orange}Bem vindo ao SUPERTANKS"
    "es" "{orange}Bienvenidos a SUPERTANKS"
    "Delay" "15" // 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 enabled
      "maps" "all"
      "en" "Type !menu in the chat to access the main server commands."
      "pt" "Digite!menu {DEFAULT}no chat para acessar os comandos do server."
      "es" "Escriba !menu en el chat para acceder a los comandos del servidor."
      "type" "T"      
      
    }   
  }
}

Last edited by paulo_crash; 12-12-2021 at 19:45.
paulo_crash is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 12-13-2021 , 17:09   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #817

Hi paulo_crash, Thanks for trying to help.
It doesn't even work with your suggestion. I saw that the only change you suggested was here: "EN;PT;ES".
But it didn't work anyway.

I'm trying to use this in L4D2, is that the problem?

I got the files from the 1st page, is there another version?
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie
Mi.Cura is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-13-2021 , 18:37   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #818

Quote:
Originally Posted by Mi.Cura View Post
Hi paulo_crash, Thanks for trying to help.
It doesn't even work with your suggestion. I saw that the only change you suggested was here: "EN;PT;ES".
But it didn't work anyway.

I'm trying to use this in L4D2, is that the problem?

I got the files from the 1st page, is there another version?
https://github.com/ESK0/ServerAdvert...tisements3.cfg

In any case copy and paste the output of the sm plugins list command in the server console here.
paulo_crash is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 12-16-2021 , 14:43   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #819

Quote:
Originally Posted by paulo_crash View Post
https://github.com/ESK0/ServerAdvert...tisements3.cfg

In any case copy and paste the output of the sm plugins list command in the server console here.
hi paulo_crash,
I would like to thank you for your help and tell you that I managed to make it work, thank you very much. It's a very useful plugin.
I'm not sure what was wrong before as I downloaded the same version.

Thanks to the author for sharing his work.

It took me a while to realize that the translation is by Geoip, not by language, lol.

Obrigado amigo....
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie

Last edited by Mi.Cura; 12-16-2021 at 15:01.
Mi.Cura is offline
BiohazardLucifer
Member
Join Date: Dec 2015
Old 07-28-2022 , 06:26   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #820

{VIPONLINE} - Flag A if you want change this in {VIPONLINE} - Flag O?
BiohazardLucifer is offline
Send a message via Yahoo to BiohazardLucifer Send a message via Skype™ to BiohazardLucifer
Reply



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 18:21.


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