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
Allower
Senior Member
Join Date: Sep 2013
Location: SourceEngine
Old 02-20-2016 , 07:21   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #321

Hi! ESK0!

Can you add admin command for reload Advert Config file? (Just Easy way for test updated adverts)
Allower is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 02-20-2016 , 20:49   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #322

Quote:
Originally Posted by Allower View Post
Hi! ESK0!

Can you add admin command for reload Advert Config file? (Just Easy way for test updated adverts)
Yes, I Can.
ESK0 is offline
Allower
Senior Member
Join Date: Sep 2013
Location: SourceEngine
Old 02-21-2016 , 01:56   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #323

Quote:
Originally Posted by ESK0 View Post
Yes, I Can.
Thank you mate! I would be grateful
Allower is offline
irepz
Senior Member
Join Date: Mar 2013
Location: France
Old 02-23-2016 , 06:29   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #324

Maybe it is already implemented but is it possible to display some advertisements on request ? IT'so nly for colors debug

i.e : !serveradvertisement 5
__________________
irepz is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 02-23-2016 , 08:22   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #325

Quote:
Originally Posted by irepz View Post
Maybe it is already implemented but is it possible to display some advertisements on request ? IT'so nly for colors debug

i.e : !serveradvertisement 5
hmmm nice idea.
ESK0 is offline
Kryptonight1992
New Member
Join Date: Mar 2016
Old 03-05-2016 , 13:45   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #326

only my first ad is showing, when I only had the 3 first they were all showing but now only the first one is...

Code:
// ServerAdvertisement - Help //
//
// Message Types:
// 	Chat messages - Type: "T" / Colour support
// 	Center text messages - Type: "C" / Support only [hex] codes / Ex: <font color='#ff0000'>This message is red</font>
//	Colours could be found at http://www.color-hex.com/
//
// Message Variables:
//	{NEXTMAP}
//	{CURRENTMAP}
//	{CURRENTTIME}
//	{TIMELEFT}
//	{ADMINSONLINE}
//	{SERVERIP}
//	{SERVERNAME}
//
////////////////////////////////


"ServerAdvertisement"
{
	"Settings"
	{
		"Enable"	"1" // 1 for Enable, 0 Otherwise
		"Delay_between_messages"		"15.0" // In seconds
		"Time_Format"	"%H:%M:%S" // Hours,Minutes,Secods
		"Advertisement_tag"	"[{Lime}Sopp{default}]" // Exmp: "[UltraGaming]"
	}
	"Messages"
	{
		"1"
		{
			"default"	"{Darkred}Admins online:{default} {ADMINSONLINE}" // When someone is from country which is not defined.
			"no"		{Darkred}Admins online:{default} {ADMINSONLINE}" // Players from Norway will see this message
			"type"		"T" // Message will be printed in Chat.
		}
		"2"
		{
			"default"	"Check out our other servers @ {Purple}sopp.gameme.com"
			"no"		"Se alle våre servere @ {Purple}sopp.gameme.com"
			"type"		"T"
		}
		"3"
		{
			"default"	"You're playing on {SERVERNAME}"
			"no"		"Du spiller på {SERVERNAME}"
			"type"		"T"
		}
		"4"
		{
			"default"	"Check out {Lime} Sopp.{Default}AWP Deathmatch #1 @ {Orange}theon.dathost.net:17004"
			"no"		"Prøv også:{Lime} Sopp.{Default}AWP Deathmatch #1 @ {Orange}theon.dathost.net:17004"
			"type"		"T"
		}
		"5"
		{
			"default"	"Remember to add the server to your favorites - IP: {SERVERIP}"
			"no"		"Husk å legge til servern i dine favoritter - IP: {SERVERIP}"
			"type"		"T"
		}
		"6"
		{
			"default"	"Check out {Lime} Sopp.{Default}Retake #1 @ {Orange}theon.dathost.net:10863"
			"no"		"Prøv også:{Lime} Sopp.{Default}Retake #1 @ {Orange}theon.dathost.net:10863"
			"type"		"T"
		}
		"7"
		{
			"default"	"This server has Stats by GameME, type stats or rank to see yours"
			"no"		"Denne servern kjører GameME, se din rank ved å skrive rank eller stats"
			"type"		"T"
		}
		"8"
		{
			"default"	"Check out {Lime} Sopp.{Default}AIM/FY #1 @ {Orange}joffrey.dathost.net:27447"
			"no"		"Prøv også:{Lime} Sopp.{Default}AIM/FY #1 @ {Orange}joffrey.dathost.net:27447"
			"type"		"T"
		}
		"9"
		{
			"default"	"Check out our your stats and server list @ {Purple}sopp.gameme.com"
			"no"		"Sjekk stats og server liste @ {Purple}sopp.gameme.com"
			"type"		"T"
		}
	}
}
Kryptonight1992 is offline
Sketchy
Senior Member
Join Date: Nov 2010
Old 03-14-2016 , 00:29   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #327

You're missing a " on the first advert you made, after the "no" part...
Sketchy is offline
Kryptonight1992
New Member
Join Date: Mar 2016
Old 03-15-2016 , 07:30   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #328

Quote:
Originally Posted by Sketchy View Post
You're missing a " on the first advert you made, after the "no" part...
ah, I quadruple checked it, yet didn't see that, thank you very very much
Kryptonight1992 is offline
toxicandy
Junior Member
Join Date: Mar 2016
Old 03-22-2016 , 12:32   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #329

Do you know how to disable the ding/tick sound when an announcement is run? One of the servers I frequent on runs this plugin and doesn't have the sound but all of our servers do. Any idea?
toxicandy is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 03-23-2016 , 04:19   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #330

Quote:
Originally Posted by toxicandy View Post
Do you know how to disable the ding/tick sound when an announcement is run? One of the servers I frequent on runs this plugin and doesn't have the sound but all of our servers do. Any idea?
Well i didnt implement something like you mentioned.. :/ Sorry bro
ESK0 is offline
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:58.


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