Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Kamizun
AlliedModders Donor
Join Date: May 2015
Location: Portugal
Old 01-20-2016 , 13:00   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #251

For example i can choose what flags will appear in {ADMINSONLINE}
I have the flag "z" so i can choose to the players that have the flag Z appear with Red Color
My friend have the flag "b" so i can choose to the players that have the flag B appear with Blue Color
etc and etc..

Config example?
"z" "{red}"
"b" "{lightblue}"
etc..

Message example:
[TAG] Admins Online: Kamizun; MyFriend ; etc..
Kamizun is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-20-2016 , 13:49   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #252

Quote:
Originally Posted by Kamizun View Post
For example i can choose what flags will appear in {ADMINSONLINE}
I have the flag "z" so i can choose to the players that have the flag Z appear with Red Color
My friend have the flag "b" so i can choose to the players that have the flag B appear with Blue Color
etc and etc..

Config example?
"z" "{red}"
"b" "{lightblue}"
etc..

Message example:
[TAG] Admins Online: Kamizun; MyFriend ; etc..
oh i got it!
ESK0 is offline
tmz1337
New Member
Join Date: Jan 2016
Old 01-20-2016 , 17:55   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #253

Help needed!
To say first, I have never been involved with sourcemods.
I have a server rent from DatHost.net. This plugin was listed there in library. I clicked it and the two files went right in to the folders where you told to move them. ServerAdvertisement.cfg is the file where I can change the texts I want, right? I did the changes and saved it.

So, what I have to do to get the advertisements seen in server. They didn't pop out ever when I was in the server.

I just want a simple center box message what says a normal text with a normal font and color from time to time. How actually these messages works? Do they pop out even when the players are alive? And can these be disabled by players? My goal is to force all (prac enemy team) players to see these messages, real advertise

Could someone do example cfg for me? I would give one thousand internets for him/her to do it

Does these plugins even work with eBot, or esl.cfg on?

I such a dumbass. Please help
tmz1337 is offline
superblack4
Senior Member
Join Date: Jan 2016
Location: Vietnam
Old 01-21-2016 , 04:39   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #254

Quote:
Originally Posted by tmz1337 View Post
Help needed!
To say first, I have never been involved with sourcemods.
I have a server rent from DatHost.net. This plugin was listed there in library. I clicked it and the two files went right in to the folders where you told to move them. ServerAdvertisement.cfg is the file where I can change the texts I want, right? I did the changes and saved it.


So, what I have to do to get the advertisements seen in server. They didn't pop out ever when I was in the server.

I just want a simple center box message what says a normal text with a normal font and color from time to time. How actually these messages works? Do they pop out even when the players are alive? And can these be disabled by players? My goal is to force all (prac enemy team) players to see these messages, real advertise

Could someone do example cfg for me? I would give one thousand internets for him/her to do it

Does these plugins even work with eBot, or esl.cfg on?

I such a dumbass. Please help
So basically what did you change in your .cfg file? Time between in message or what?
superblack4 is offline
tmz1337
New Member
Join Date: Jan 2016
Old 01-21-2016 , 10:53   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #255

Quote:
Originally Posted by superblack4 View Post
So basically what did you change in your .cfg file? Time between in message or what?
Didn't touch anything else but changed text what it is going to say. Suppose them appear on server without doing anything else?
tmz1337 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-21-2016 , 12:42   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #256

attach your cfg please
ESK0 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-21-2016 , 14:13   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #257

Quote:
Originally Posted by tmz1337 View Post
// 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" "2.0" // In seconds
"Time_Format" "%H:%M:%S" // Hours,Minutes,Secods
"Advertisement_tag" "[{Lime}Server{default}]" // Exmp: "[UltraGaming]"
}
"Messages"
{
"1"
{
"default" "chat message example" // When someone is from country which is not defined.
"type" "T" // Message will be printed in Chat.
}
"2"
{
"default" "center textmessage example"
"type" "C"
}
"3"
{
"default" "center textmessage example2"
"type" "C"
}
}
}


Copied from DatHost's file managr.
lolz attach .cfg not copy and paste it...
ESK0 is offline
tmz1337
New Member
Join Date: Jan 2016
Old 01-21-2016 , 14:18   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #258

here.
Attached Files
File Type: cfg ServerAdvertisement.cfg (1,022 Bytes, 105 views)
tmz1337 is offline
CaptainNervous
Senior Member
Join Date: Mar 2015
Location: World
Old 01-22-2016 , 17:31   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #259

SourceMod 1.8.0.5836
ServerAdvertisement_version "2.6"
Using default .cfg
Code:
L 01/23/2016 - 00:31:34: [SM] Exception reported: Invalid Cookie handle 0 (error 4)
L 01/23/2016 - 00:31:34: [SM] Blaming: ServerAdvertisement.smx()
L 01/23/2016 - 00:31:34: [SM] Call stack trace:
L 01/23/2016 - 00:31:34: [SM]   [0] GetClientCookie
L 01/23/2016 - 00:31:34: [SM]   [1] Line 71, E:\GitHub-Repository\ServerAdvertisement\scripting\ServerAdvertisement.sp::PrintAdverToAll()
L 01/23/2016 - 00:31:34: [SM]   [2] Line 57, E:\GitHub-Repository\ServerAdvertisement\scripting\ServerAdvertisement.sp::Event_PrintAdvert()
__________________
CaptainNervous is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 01-22-2016 , 18:27   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #260

Quote:
Originally Posted by CaptainNervous View Post
SourceMod 1.8.0.5836
ServerAdvertisement_version "2.6"
Using default .cfg
Code:
L 01/23/2016 - 00:31:34: [SM] Exception reported: Invalid Cookie handle 0 (error 4)
L 01/23/2016 - 00:31:34: [SM] Blaming: ServerAdvertisement.smx()
L 01/23/2016 - 00:31:34: [SM] Call stack trace:
L 01/23/2016 - 00:31:34: [SM]   [0] GetClientCookie
L 01/23/2016 - 00:31:34: [SM]   [1] Line 71, E:\GitHub-Repository\ServerAdvertisement\scripting\ServerAdvertisement.sp::PrintAdverToAll()
L 01/23/2016 - 00:31:34: [SM]   [2] Line 57, E:\GitHub-Repository\ServerAdvertisement\scripting\ServerAdvertisement.sp::Event_PrintAdvert()
download rollbacked 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 11:20.


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