Raised This Month: $51 Target: $400
 12% 

Advertisements 2.1 (Updated 2021/02/06)


Post New Thread Reply   
 
Thread Tools Display Modes
illbill_rotterdam
Senior Member
Join Date: Sep 2012
Old 10-02-2012 , 15:58   Re: Advertisements 0.5.5
Reply With Quote #1481

perhaps there is still a possibility that someone can look at the timer between the ads for cs: go?
illbill_rotterdam is offline
Sethenor
Member
Join Date: Jul 2010
Old 10-02-2012 , 18:02   Re: Advertisements 0.5.5
Reply With Quote #1482

What is the problem with the timer for you? For me it's working fine.

This is what i got in my gamemode_casual_server.cfg
Code:
// Advertisement settings
sm_advertisements_enabled			1
sm_advertisements_interval			45
Sethenor is offline
codeye
Junior Member
Join Date: Aug 2009
Old 10-03-2012 , 12:53   Re: Advertisements 0.5.5
Reply With Quote #1483

well this is strange all files in correct places but only one advert works?? current map is:
all other adverts are being ignored?
here is my advertisements.txt
// Advertisements 0.5
// by Tsunami
//
// Types
// -----
// C: Center message
// H: Hint message
// M: Menu message
// S: Say message
// - Colors: {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
// - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
// T: Top message
// - Colors: {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
// {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
// - Example: {ORANGE} www.domain.com
//
// Flags (optional)
// -----
// Accepts flags of admins that will not see the advertisement.
// When omitted everyone will see the advertisement.
// When left empty only admins will see the advertisement.
"Advertisements"
{
"1"
{
"type" "s"
"text" "{DEFAULT} {GREEN} RULES:NO BUNNYHOPPING /ENGLISH CHAT ONLY /STRICTLY NO GHOSTING"
}
"2"
{
"type" "s"
"text" "{DEFAULT} {GREEN }WE DO MEMBER REWARDS AND ACHIEVEMENTS AT{DEFAULT} ~ www.Velocity-Zone.co.uk ~"
}
"3"
{
"type" "s"
"text" "{DEFAULT} {GREEN}Next{GREEN}map{GREEN}is {DEFAULT}{SM_NEXTMAP}"
}
"4"
{
"type" "S"
"text" "{DEFAULT} {GREEN} Current {GREEN} Map: {DEFAULT}{CURRENTMAP}"
}
"5"
{
"type" "s"
"text" "{DEFAULT} {GREEN} *VZ* PUBLIC TEAMSPEAK3 SERVER IP:{DEFAULT}ts61.gameservers.com:9131 PASS: beta"
}
"6"
{
"type" "s"
"text" "{DEFAULT} {GREEN} *VZ* PUBLIC TEAMSPEAK3 SERVER IP:{DEFAULT}ts61.gameservers.com:9131 PASS: beta"
}
"7"
{
"type" "s"
"text" "{DEFAULT} {GREEN} JOIN ~ www.Velocity-Zone.co.uk ~ {DEFAULT}GET YOUR SAY ON THE SERVER SETTINGS"
}
"8"
{
"type" "s"
"text" "{DEFAULT} {GREEN} JOIN OUR FACEBOOK GROUP TO SEE WHO YOUR SHOOTING AT "
}
"9"
{
"type" "s"
"text" "{DEFAULT} {GREEN} *VZ* IS AN OPEN COMMUNITY.JOIN US AT {DEFAULT}~ www.Velocity-Zone.co.uk ~"
}
}
codeye is offline
SuperShadow
SourceMod Donor
Join Date: Jun 2008
Location: Westminster, MD
Old 10-03-2012 , 20:14   Re: Advertisements 0.5.5
Reply With Quote #1484

In the example at the near the top of your post it shows:
// - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}

All of the lines where you have messages (except for the Next map one) has a space between {GREEN} and the first word. There's no space between {GREEN} and Current in the example, or in the one line that does work.

Edit: This line: "text" "{DEFAULT} {GREEN }WE DO MEMBER REWARDS AND ACHIEVEMENTS AT{DEFAULT} ~ www.Velocity-Zone.co.uk ~"
doesn't work because there's a space in {GREEN}

Last edited by SuperShadow; 10-03-2012 at 20:16.
SuperShadow is offline
htcarnage
Senior Member
Join Date: Oct 2009
Old 10-04-2012 , 23:52   Re: Advertisements 0.5.5
Reply With Quote #1485

Having trouble with this... It was working a couple hours ago, and I dont think anything has changed... but advertisements dont show up anymore.

Code:
"Advertisements"
{
    "1"
    {
        "type"        "S"
        "text"        "{TEAM}!votekick and !voteban are enabled"
    }
    "2"
    {
        "type"        "S"
        "text"        "{TEAM}rank/session/statsme to view your stats"
    }
    "3"
    {
        "type"        "S"
        "text"        "{TEAM}If you like the server, add it to your favorites! 8.3.5.239:27015"
    }
}
have
Code:
sm_advertisements_enabled 1
sm_advertisements_interval 60
sm_advertisements_file "advertisements.txt"
in server.cfg

advertisements.txt is sitting in sourcemod/config

i am at a loss. I have started/restarted the plugin several times. I've even restarted the server to no avail...
htcarnage is offline
Aravona
New Member
Join Date: Oct 2012
Old 10-07-2012 , 07:33   Re: Advertisements 0.5.5
Reply With Quote #1486

Hi,

I can't seem to get this plugin to start from the offset.

Code:
"Advertisements"
{
    "1"
    {
        "type"        "S"
        "text"        "Test {RED}test"
    }

}

Code:
sm_advertisements_enabled 1
sm_advertisements_interval 60
sm_advertisements_file "advertisements.txt"
But nothing ever shows up.
Aravona is offline
Ducatti
Junior Member
Join Date: Oct 2012
Location: France
Old 10-09-2012 , 11:40   Re: Advertisements 0.5.5
Reply With Quote #1487

Hello

There is a command which allows to have a second interval after messages 1,2,3 etc.?
Ducatti is offline
fightarena
Member
Join Date: Nov 2011
Old 10-24-2012 , 15:05   Re: Advertisements 0.5.5
Reply With Quote #1488

Yes use :

sm_advertisements_interval XX

XX - Time in sec.
__________________
German hosting Servers !!!

quality n1




]
fightarena is offline
LegoAssembly
Junior Member
Join Date: Oct 2012
Old 10-24-2012 , 15:24   Re: Advertisements 0.5.5
Reply With Quote #1489

Well this plugin seems to work just fine in cs:go.. but colors dont seem to work in chat messages. Anyone else encounter this?.. i tried some variations and tweaking it.. but all "S" chat messages still just show up in white..
LegoAssembly is offline
Ducatti
Junior Member
Join Date: Oct 2012
Location: France
Old 10-25-2012 , 10:59   Re: Advertisements 0.5.5
Reply With Quote #1490

Quote:
Originally Posted by LegoAssembly View Post
Well this plugin seems to work just fine in cs:go.. but colors dont seem to work in chat messages. Anyone else encounter this?.. i tried some variations and tweaking it.. but all "S" chat messages still just show up in white..
"1"
{
"type" "S"
"text" "{DEFAULT} {GREEN} Message"
}

Only the green is supported on CS:GO I believe
Ducatti 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:19.


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