Raised This Month: $7 Target: $400
 1% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-21-2020 , 14:08   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #791

Quote:
Originally Posted by Groven View Post
Anyone can help me with my problem above? On how to add timer to a certian message.
What do you mean, timer? Would it be a delay to send the message?

If so, just add this command in the messages:
Code:
"Delay" "5.0" // Time in seconds after is client connected to server to show message
If it is the time that each message is sent, just configure it in Settings?
Code:
"Settings"
  {
    "ServerName" "[{orange}SERVER{default}]" // Server tag
    "Time" "45" // Time in seconds
  }
paulo_crash is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 02-24-2020 , 02:08   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #792

Quote:
Originally Posted by Groven View Post
Anyone can help me with my problem above? On how to add timer to a certian message.
You can not.. This is not implemented.. Please read first page properly before asking.

Quote:
Originally Posted by NeptuniaMX View Post
I mean, how do you set those message to be shown not in order? So i dont have to arrange those messages first in the config files on sourcemod. It would be great if you can randomized the order of the messages on the config. And yea, thanks for your plugin mate.
All messages are in order.. There is not such command.

Quote:
Originally Posted by paulo_crash View Post
Can I configure a message to appear for the following flag "a" and be ignored by all players who have the flag "d"?

I tried like this:
Code:
"1"
    {
      "pt" 		"{darkblue}{PLAYERNAME} {green}obrigado por comprar nosso {darkred}VIP{green}. Saiba que sem você a {darkred}ZK Servidores™ {green}não poderia existir! ❤"
	  "flags"	"a"
	  "ignore"	"d"
      "type" 	"T"
    }
However the message does not show in any way. Would it be possible to configure something like this?
I have not tested those two message featers in this way.. Probaby some changes in code needed.
ESK0 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-24-2020 , 09:57   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #793

Quote:
Originally Posted by ESK0 View Post
I have not tested those two message featers in this way.. Probaby some changes in code needed.
I did a test here, left it as the first message and set it to show only for "A" flags and ignore "D" flags, apparently it was. In any case, I'm waiting.

However what I really want is for it to show when the player connects, I tried to set up two welcome messages, but without success.

In case you want a message to be for all players, a welcome message, and the second only for those who have such a flag. Could you put this option in future updates?
paulo_crash is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 02-25-2020 , 04:10   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #794

Quote:
Originally Posted by paulo_crash View Post
I did a test here, left it as the first message and set it to show only for "A" flags and ignore "D" flags, apparently it was. In any case, I'm waiting.

However what I really want is for it to show when the player connects, I tried to set up two welcome messages, but without success.

In case you want a message to be for all players, a welcome message, and the second only for those who have such a flag. Could you put this option in future updates?
Welcome message is global.. I do not plan to change this..
ESK0 is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 03-18-2020 , 04:03   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #795

can i use mysql ? i see there an option for mysql
whats the difference? will the load on server be less?
__________________
PEACE FROM MOLDOVA
eliteroyal is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 03-19-2020 , 07:13   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #796

No, MySQL is not implemented.
ESK0 is offline
JayNepal
New Member
Join Date: Mar 2020
Old 03-29-2020 , 04:35   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #797

When a player dies, the hud message goes away mid-animation. Is there a fix for this or did I make any mistake in the configuration?
JayNepal is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 03-29-2020 , 10:40   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 16.02.2019* | *VERSION 3.1.3a
Reply With Quote #798

Quote:
Originally Posted by JayNepal View Post
When a player dies, the hud message goes away mid-animation. Is there a fix for this or did I make any mistake in the configuration?
Not sure, probably csgo bug.
ESK0 is offline
Apnix
Junior Member
Join Date: Apr 2020
Old 04-20-2020 , 07:09   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #799

Getting following error:

KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/ServerAdvertisements3.cfg


the CFG file:
Code:
 
"ServerAdvertisements3"
{	
  "Settings"
  {
    "ServerName" "[{red}[EU] | FeetWare.club | HvH Mirage Only | 16k | rank.me{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" // 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" "{lightred}╔════════════๑۩۞۩๑═══════════╗ \n{blue}Welcome to {default}Feetware\n {blue}HvH-Player ➳ {default}Quork \n {blue}HAVE A GOOD TIME ON \n {default}[EU] | FeetWare.club | HvH Mirage Only | 16k | rank.me \n {lightred}╚════════════๑۩۞۩๑═══════════╝"
    "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" "1" // Message is enabled
      "en" "{lightred}╔════════════════๑۩۞۩๑═══════════════╗ \n{blue}To purchase {red}VIP {blue}or apply for {red}CUSTOM MVP's {blue}type \n {default}!dc {blue}in chat or send a DM to {default}Apnix#9999 \n{lightred}╚════════════════๑۩۞۩๑═══════════════╝"
      "type" "T"
    }
    "2"
    {
      "enabled" "1"
      "en" "{lightred}╔════════════════๑۩۞۩๑═══════════════╗ \n{blue}Make sure to check out our website! \n {default}feetware.club \n{lightred}╚════════════════๑۩۞۩๑═══════════════╝"
      "type" "T"
    }
  }
}
Apnix is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-20-2020 , 09:16   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 05.04.2020* | *VERSION 3.1.4
Reply With Quote #800

Quote:
Originally Posted by Apnix View Post
Getting following error:

KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/ServerAdvertisements3.cfg
Try this config:
Code:
"ServerAdvertisements3"
{
  "Settings"
  {
    "ServerName" "[{red}[EU] | FeetWare.club | HvH Mirage Only | 16k | rank.me{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" // 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" "{lightred}╔════════════๑۩۞۩๑═══════════╗ \n{blue}Welcome to {default}Feetware\n {blue}HvH-Player ➳ {default}Quork \n {blue}HAVE A GOOD TIME ON \n {default}[EU] | FeetWare.club | HvH Mirage Only | 16k | rank.me \n {lightred}╚════════════๑۩۞۩๑═══════════╝"
    "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" "1" // Message is enabled
      "en" "{lightred}╔════════════════๑۩۞۩๑═══════════════╗ \n{blue}To purchase {red}VIP {blue}or apply for {red}CUSTOM MVP's {blue}type \n {default}!dc {blue}in chat or send a DM to {default}Apnix#9999 \n{lightred}╚════════════════๑۩۞۩๑═══════════════╝"
      "type" "T"
    }
    "2"
    {
      "enabled" "1"
      "en" "{lightred}╔════════════════๑۩۞۩๑═══════════════╗ \n{blue}Make sure to check out our website! \n {default}feetware.club \n{lightred}╚════════════════๑۩۞۩๑═══════════════╝"
      "type" "T"
    }
  }
}
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 05:57.


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