View Single Post
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen.
Old 12-01-2016 , 12:22   Re: Need advertise plugin with more lines
Reply With Quote #22

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}
//
////////////////////////////////


"ServerAdvertisement"
{
	"Settings"
	{
		"Enable"	"1" // 1 for Enable, 0 Otherwise
		"Delay_between_messages"		"2.0" // In seconds
		"Time_Format"	"%H:%M:%S" // Hours,Minutes,Secods
		"Advertisement_tag"	"[{Lime}Server{default}]" // Exmp: "[UltraGaming]"
	}
	"Messages"
	{
		"1"
		{
			"default"	"Admins online:\n{ADMINSONLINE}" // When someone is from country which is not defined.
			"cz"		"Náhodný text1" // Players from Czech Republic will see this message
			"type"		"T" // Message will be printed in Chat.
		}
		"2"
		{
			"default"	"This is\nHow to write\nOn multiples\nLines !"
			"type"		"T" // Message will be printed in Chat.
		}
         }
}
Attached Files
File Type: smx Multiples Lines Advertisements.smx (16.6 KB, 142 views)
File Type: sp Get Plugin or Get Source (Multiples Lines Advertisements.sp - 133 views - 8.2 KB)
__________________
Want to check my plugins ?
Arkarr is offline