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
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 10-25-2018 , 05:44   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #661

Any way to change the HUD size? Its HUGE in some resolutions..
Ejziponken is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-02-2018 , 13:16   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #662

Hello everyone! I'm having problems with the following error:

Code:
L 11/02/2018 - 14:13:58: [SM] Exception reported: [SA3] SteamWorks is not loaded
L 11/02/2018 - 14:13:58: [SM] Blaming: ServerAdvertisements3.smx
L 11/02/2018 - 14:13:58: [SM] Call stack trace:
L 11/02/2018 - 14:13:58: [SM]   [0] SetFailState
L 11/02/2018 - 14:13:58: [SM]   [1] Line 67, D:\Sourcemod\ServerAdvertisements3\ServerAdvertisements3.sp::OnMapStart
I see SteamWorks not loading, I also saw an error on line 67 of the script. But my server is located on the hard drive C:
Can someone help me?
gildevanaraujo is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 11-03-2018 , 05:51   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #663

Quote:
Originally Posted by gildevanaraujo View Post
Hello everyone! I'm having problems with the following error:

Code:
L 11/02/2018 - 14:13:58: [SM] Exception reported: [SA3] SteamWorks is not loaded
L 11/02/2018 - 14:13:58: [SM] Blaming: ServerAdvertisements3.smx
L 11/02/2018 - 14:13:58: [SM] Call stack trace:
L 11/02/2018 - 14:13:58: [SM]   [0] SetFailState
L 11/02/2018 - 14:13:58: [SM]   [1] Line 67, D:\Sourcemod\ServerAdvertisements3\ServerAdvertisements3.sp::OnMapStart
I see SteamWorks not loading, I also saw an error on line 67 of the script. But my server is located on the hard drive C:
Can someone help me?
Install SteamWorks propertly... You can ignore line 67. Its location of script in my pc
ESK0 is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-03-2018 , 10:50   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #664

Quote:
Originally Posted by ESK0 View Post
Install SteamWorks propertly... You can ignore line 67. Its location of script in my pc
And where do I install SteamWorks? I have it in my include folder. Even so still the SteamWorks error is not loaded.
gildevanaraujo is offline
Whai
Senior Member
Join Date: Jul 2018
Old 11-03-2018 , 19:24   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #665

Quote:
Originally Posted by gildevanaraujo View Post
And where do I install SteamWorks? I have it in my include folder. Even so still the SteamWorks error is not loaded.
From this thread you can download here
Quote:
Originally Posted by KyleS View Post
The latest development version can be found here: https://github.com/KyleSanderson/SteamWorks
The latest development builds can be found here: http://users.alliedmods.net/~kyles/builds/SteamWorks/
__________________
Whai is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-04-2018 , 19:33   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #666

Quote:
"Welcome Message"
{
"Enabled" "1" // 1 = Enabled / 0 = Disabled,
"Type" "T" // Type of message - Only T type supported right now
"en" "{orange}************************************ *** \n{darkred}Welcome to this server {PLAYERNAME}! \n {lime}This server uses ServerAdvertisements3 \n Author: {bluegrey}www.steamcommunity.com/id/esk0\n{orange}******************************* ********"
"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
}
Would it be possible to set up more than one welcome message? Set up two, or even more...

It would be a good option, set up a message or more to appear only once for the player when they enter and no longer show.
paulo_crash is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-05-2018 , 20:58   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #667

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!
gildevanaraujo is offline
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
Cruze
Veteran Member
Join Date: May 2017
Old 11-06-2018 , 03:13   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #669

Quote:
Originally Posted by gildevanaraujo View Post
Code:
    "3"
    {
      "enabled" "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
    {
      "enabled" "0"
	  "maps" "zm_"
      "en" "Message 4"
      "cz"  "Zprava 4"
      "type" "t"
    }
__________________
Taking paid private requests! Contact me
Cruze is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-14-2018 , 08:54   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #670

I have the latest version of the plugin and I have a question ...

Currently when you skip line in some message (\n) the plugin automatically adds the configured TAG in the message continuation.


Is it possible to make this TAG not appear in the continuation of the message?

If you do not know how interesting it would be in future updates, even a CVAR so that we can choose whether or not to activate this option.

Congratulations on the plugin.
paulo_crash is offline
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 09:24.


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