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
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-31-2015 , 06:45   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #131

Quote:
Originally Posted by mazdarx8 View Post
Thank you very much.

Can you tell me which colours are working in csgo with this plugin?
I hope all which are listed
ESK0 is offline
hakan9878
Junior Member
Join Date: Aug 2015
Old 08-04-2015 , 17:16   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #132

Hello i have this error on startup
Code:
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/ServerAdvertisement.cfg
(*ServerAdvertisement*), (*Messages*), (*2*), 
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/ServerAdvertisement.cfg
(*ServerAdvertisement*), (*Messages*), (*2*),
I reinstalled the plugin 3 times it works for 2-3 maps then it stop working
my config 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"		"40" // In seconds
		"Time_Format"	"%H:%M:%S" // Hours,Minutes,Secods
		"Advertisement_tag"	"[{Lime}BioTechGaming{default}]" // Exmp: "[UltraGaming]"
	}
	"Messages"
	{
		"1"
		{
			"default"	"{lightblue}Se cercate un clan venite a trovarci nel nostro ts ts3-3.voicehosting.it:10059" // When someone is from country which is not defined.
			"type"		"T" // Message will be printed in Chat.
		}
		"2"
		{
			"default"	"{darkred}Benvenuti nel server retake del clan BTG"
			"type"		"T"
		}

		}
	}
}
hakan9878 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 08-05-2015 , 07:54   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #133

Quote:
Originally Posted by hakan9878 View Post
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"		"40" // In seconds
		"Time_Format"	"%H:%M:%S" // Hours,Minutes,Secods
		"Advertisement_tag"	"[{Lime}BioTechGaming{default}]" // Exmp: "[UltraGaming]"
	}
	"Messages"
	{
		"1"
		{
			"default"	"{lightblue}Se cercate un clan venite a trovarci nel nostro ts ts3-3.voicehosting.it:10059" // When someone is from country which is not defined.
			"type"		"T" // Message will be printed in Chat.
		}
		"2"
		{
			"default"	"{darkred}Benvenuti nel server retake del clan BTG"
			"type"		"T"
		}
	}
}
Wrong brackets.. i think
ESK0 is offline
hakan9878
Junior Member
Join Date: Aug 2015
Old 08-05-2015 , 20:30   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #134

Quote:
Originally Posted by ESK0 View Post
Wrong brackets.. i think
But the plugin works sometimes and sometimes don't. btw i changed only the message text from your cfg and deleted some things like cz language and third message

Last edited by hakan9878; 08-05-2015 at 20:31.
hakan9878 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 08-06-2015 , 01:41   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #135

Quote:
Originally Posted by hakan9878 View Post
But the plugin works sometimes and sometimes don't. btw i changed only the message text from your cfg and deleted some things like cz language and third message
PHP 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"        "40" // In seconds
        
"Time_Format"    "%H:%M:%S" // Hours,Minutes,Secods
        
"Advertisement_tag"    "[{Lime}BioTechGaming{default}]" // Exmp: "[UltraGaming]"
    
}
    
"Messages"
    
{
        
"1"
        
{
            
"default"    "{lightblue}Se cercate un clan venite a trovarci nel nostro ts ts3-3.voicehosting.it:10059" // When someone is from country which is not defined.
            
"type"        "T" // Message will be printed in Chat.
        
}
        
"2"
        
{
            
"default"    "{darkred}Benvenuti nel server retake del clan BTG"
            "type"        "T"
        
}

        } < ---------------- 
Here is wrong bracket..  maybe thats the reason.. actaully idk 
    
}

ESK0 is offline
ChronixXx
New Member
Join Date: Aug 2015
Old 08-06-2015 , 16:25   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #136

Hello everyone!

I loved this plugin for the day that it worked.
I loaded the cfg and plugin, SM is showing that the plugin is loaded but no advertisements are showing. I have 4 CSGO Comp servers and the plugin is only working on one of them. I literally copy and pasted the directory into each of the servers and the servers themselves are virtually identical with the name being the only difference....LITERALLY EXACTLY THE SAME.

Here is my .CFG
Quote:
// 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" "30" // In seconds
"Time_Format" "%H:%M:%S" // Hours,Minutes,Secods
"Advertisement_tag" "[{Lime}LethalWorld{default}]" // Exmp: "[UltraGaming]"
}
"Messages"
{
"1"
{
"default" "{Darkred}Welcome to {Darkblue}LethalWorld Competitive Servers"
"type" "T" // Message will be printed in Chat.
}
"2"
{
"default" "{Darkred}Visit our website @ {Darkblue}LethalWorld.net/home"
"type" "T" // Message will be printed in Chat.
}
"3"
{
"default" "{Darkred}Visit our Teamspeak 3 Server @ {Darkblue}ts3.LethalWorld.net"
"type" "T" // Message will be printed in Chat.
}
"4"
{
"default" "{Darkred}Protest a ban @ {Darkblue}Chronixxx.net/bans"
"type" "T" // Message will be printed in Chat.
}
"5"
{
"default" "{Darkred}Apply for admin on our website!"
"type" "T" // Message will be printed in Chat.
}
"6"
{
"default" "{Darkred}Purchase donator packages for {Darkblue}VIP {Darkred}tag @ {Darkblue}ChronixXx.net/donations!"
"type" "T" // Message will be printed in Chat.
}
}
}
These advertisements were literally PERFECT when they were working but i'm very discouraged as to why it's only functioning on one server correctly.
ChronixXx is offline
hakan9878
Junior Member
Join Date: Aug 2015
Old 08-06-2015 , 20:00   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #137

Quote:
Originally Posted by ESK0 View Post
PHP 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"        "40" // In seconds
        
"Time_Format"    "%H:%M:%S" // Hours,Minutes,Secods
        
"Advertisement_tag"    "[{Lime}BioTechGaming{default}]" // Exmp: "[UltraGaming]"
    
}
    
"Messages"
    
{
        
"1"
        
{
            
"default"    "{lightblue}Se cercate un clan venite a trovarci nel nostro ts ts3-3.voicehosting.it:10059" // When someone is from country which is not defined.
            
"type"        "T" // Message will be printed in Chat.
        
}
        
"2"
        
{
            
"default"    "{darkred}Benvenuti nel server retake del clan BTG"
            "type"        "T"
        
}

        } < ---------------- 
Here is wrong bracket..  maybe thats the reason.. actaully idk 
    
}

forgot to say that i removed this one before but it does nothing. the plugin works on server restart then stops and then it posts like 1 message every 2/3 maps
hakan9878 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 08-06-2015 , 21:26   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #138

Quote:
Originally Posted by ChronixXx View Post
Hello everyone!

I loved this plugin for the day that it worked.
I loaded the cfg and plugin, SM is showing that the plugin is loaded but no advertisements are showing. I have 4 CSGO Comp servers and the plugin is only working on one of them. I literally copy and pasted the directory into each of the servers and the servers themselves are virtually identical with the name being the only difference....LITERALLY EXACTLY THE SAME.

Here is my .CFG


These advertisements were literally PERFECT when they were working but i'm very discouraged as to why it's only functioning on one server correctly.
Config looks good.. Actually it works for me well.. so i cannot do anything without some errors.
ESK0 is offline
ChronixXx
New Member
Join Date: Aug 2015
Old 08-06-2015 , 22:59   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #139

I searched the logs and literally there is nothing showing with regards to errors with this plugin, sm plugins list shows that it is actively running but after a couple of maps everything stops.
ChronixXx is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 08-07-2015 , 07:24   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #140

Now it should works well ! Test it and give me feedback please )

Downlad newest version from github )
ESK0 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:40.


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