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
yotuze
New Member
Join Date: Jul 2014
Old 06-05-2015 , 15:44   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #121

Hi, great job but I have questions could you provide list of all configuration options? Because in this topic ppl write about displaying messages in center of the screen or like the alert and I don't know how can I do that.

Thank you.
yotuze is offline
virusking
AlliedModders Donor
Join Date: Jul 2014
Location: Helsinki
Old 06-05-2015 , 15:53   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #122

Quote:
Originally Posted by yotuze View Post
Hi, great job but I have questions could you provide list of all configuration options? Because in this topic ppl write about displaying messages in center of the screen or like the alert and I don't know how can I do that.

Thank you.
Only S and H works for CS:GO from what I know.

C A center message, like sm_csay.
H A hint message, like sm_hsay.
M A menu message, like sm_msay, but without the title or the Exit-option. 0 will still hide the message though. Will block 1-9 from switching weapons as long as it's showing.
S A chat message, like sm_say.
T A top-left message, like sm_tsay.
__________________
Founder of TooEZ Gaming, laid back community focused on gaming.

https://tooezgaming.com/
virusking is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 06-05-2015 , 16:18   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #123

Quote:
Originally Posted by virusking View Post
Only S and H works for CS:GO from what I know.

C A center message, like sm_csay.
H A hint message, like sm_hsay.
M A menu message, like sm_msay, but without the title or the Exit-option. 0 will still hide the message though. Will block 1-9 from switching weapons as long as it's showing.
S A chat message, like sm_say.
T A top-left message, like sm_tsay.
C A center message, like sm_csay. works for CS:GO
headline is offline
me-Shoe
Senior Member
Join Date: Apr 2008
Old 06-26-2015 , 07:24   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #124

Quote:
13:19:52 L 06/26/2015 - 133:09: [SM] Plugin encountered error 25: Call was aborted
13:19:52 L 06/26/2015 - 133:09: [SM] Native "SetFailState" reported: Config for 'Server Advertisement' not found!
13:19:52 L 06/26/2015 - 133:09: [SM] Displaying call stack trace for plugin "ServerAdvertisement1.7.smx":
13:19:52 L 06/26/2015 - 133:09: [SM] [0] Line 158, C:\Users\ESK0\Documents\GitHub\ServerAdvertis ement\scripting\ServerAdvertisement1.7.sp::Lo adConfig()
13:19:52 L 06/26/2015 - 133:09: [SM] [1] Line 35, C:\Users\ESK0\Documents\GitHub\ServerAdvertis ement\scripting\ServerAdvertisement1.7.sp::On PluginStart()
The config is placed right. Any idea?

(linux server and SourceMod Version: 1.7.2-dev+5202)
__________________

Last edited by me-Shoe; 06-28-2015 at 06:21.
me-Shoe is offline
Coziva
Junior Member
Join Date: Jul 2015
Old 07-30-2015 , 16:16   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #125

Hey
i have a issue with your plugin, when i try to load it to my server. Then my console say

Quote:
"KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/ServerAdvertisement.cfg"
up to five times and then it deactivate it self

my config
Quote:
"ServerAdvertisement"
{
"Settings"
{
"Enable" "1" // If 1 Plugin is Enabled
"Delay" "30.0" // In seconds
"TimeFormat" "%H:M:%S" // Hours,Minutes,Secods
}

"Messages"
{
"1"
{
"default" "Random text1"
"cz" "yo"
"type" "s./Green"
}

}
}
can you please help me?

Last edited by Coziva; 07-30-2015 at 17:18.
Coziva is offline
szyma94
Member
Join Date: Nov 2014
Location: Poland
Old 07-30-2015 , 17:32   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*
Reply With Quote #126

try this
Code:
"ServerAdvertisement"
{
	"Settings"
	{
		"Enable"	"1" // If 1 Plugin is Enabled
		"Delay"	"30.0" // In seconds
		"TimeFormat"	"%H:M:%S" // Hours,Minutes,Secods
	}
	
	"Messages"
	{
		"1"
		{
			"default"	"Random text1"
			"cz"	"yo"
			"type"	"T"
		}
		
	}
}
type T, because "Chat messages - Type: T"

Last edited by szyma94; 07-30-2015 at 17:36. Reason: edit
szyma94 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-31-2015 , 00:58   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #127

Updated to ver. 2.0
Added {ADMINSONLINE}
And some fixes.
ESK0 is offline
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 07-31-2015 , 02:46   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #128

Hello,
can you make a variable like:
{SERVERIP} and {SERVERNAME}

Thanks.
mazdarx8 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-31-2015 , 03:24   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #129

Updated ver 2.1
Added {SERVERIP} and {SERVERNAME}
ESK0 is offline
mazdarx8
Veteran Member
Join Date: Aug 2014
Old 07-31-2015 , 06:26   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 31.7.2015*
Reply With Quote #130

Thank you very much.

Can you tell me which colours are working in csgo with this plugin?
mazdarx8 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:59.


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