Team Fortress 2
How to remove advertisements on a TF2 server
I have a problem, I recently got a ton of new addons for my TF2 Server, I never had this problem before, after I got those new plugins this started to happen: http://steamcommunity.com/sharedfiles/filedetails/?id=236646427 it kept on showing up, and i dont want people on my server to see contact@domain.com or www.domain.com all the time. If you know how to fix this, please tell me, Thank you!
< >
Showing 1-11 of 11 comments
Flerovium Mar 9, 2014 @ 10:12am 
Check your server files and make sure there's no script running that.
Big Ol Timmothy Mar 9, 2014 @ 10:49am 
Originally posted by Barbra Streisand:
Check your server files and make sure there's no script running that.
Which folder do I look in for the script thats running the advertisement inside the server files?
Last edited by Big Ol Timmothy; Mar 9, 2014 @ 10:50am
If you added this plugin[forums.alliedmods.net] you'd need to go into extended_advertisements.txt in the configs folder.

It really depends on the plugin.
Last edited by JarateKing (very rusty); Mar 9, 2014 @ 11:02am
Fish Mar 9, 2014 @ 11:12am 
Originally posted by J_ͣ_ͬ_ͣ_ͭ_ͤ King brb funing:
If you added this plugin[forums.alliedmods.net] you'd need to go into extended_advertisements.txt in the configs folder.

It really depends on the plugin.
Yeah, you're gonna have to tell us what plugins you got before anyone can tell you where to go.
Big Ol Timmothy Mar 9, 2014 @ 11:12am 
Originally posted by J_ͣ_ͬ_ͣ_ͭ_ͤ King brb funing:
If you added this plugin[forums.alliedmods.net] you'd need to go into extended_advertisements.txt in the configs folder.

It really depends on the plugin.
I added this plugin https://forums.alliedmods.net/showthread.php?t=155705 this might have done the advertisements, but also TF2 Annotations might do it too, cause I have it added.
Originally posted by Timmy:
Originally posted by J_ͣ_ͬ_ͣ_ͭ_ͤ King brb funing:
If you added this plugin[forums.alliedmods.net] you'd need to go into extended_advertisements.txt in the configs folder.

It really depends on the plugin.
I added this plugin https://forums.alliedmods.net/showthread.php?t=155705 this might have done the advertisements, but also TF2 Annotations might do it too, cause I have it added.
Same thing except instead of extended_advertisements.txt it's just advertisements.txt.
Yeah it would be advertisements. Go into the sourcemod folder and then into the configs folder and go edit advertisements.txt .
Big Ol Timmothy Mar 9, 2014 @ 11:40am 
Originally posted by J_ͣ_ͬ_ͣ_ͭ_ͤ King brb funing:
Originally posted by Timmy:
I added this plugin https://forums.alliedmods.net/showthread.php?t=155705 this might have done the advertisements, but also TF2 Annotations might do it too, cause I have it added.
Same thing except instead of extended_advertisements.txt it's just advertisements.txt.
I found the problem!
Originally posted by Timmy:
// 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" "C"
"text" "www.domain.com"
}
"2"
{
"type" "CH"
"text" "contact@domain.com"
}
"3"
{
"type" "M"
"text" "Next map is {SM_NEXTMAP} in {TIMELEFT} minutes."
"flags" "cft"
}
"4"
{
"type" "S"
"text" "{GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}"
"flags" "z"
}
"5"
{
"type" "T"
"text" "{ORANGE} Admins: friendly fire is {BOOL:MP_FRIENDLYFIRE}."
"flags" ""
}
}
What do I change?
Last edited by Big Ol Timmothy; Mar 9, 2014 @ 11:40am
Originally posted by Timmy:
What do I change?
What's in the brackets for "1" and "2"
You can probably just set them to have no type or maybe set them so that their text is nothing.
JimothyJohn Mar 9, 2014 @ 11:44am 
"Advertisements"
{
"1"
{
"type" "M"
"text" "Next map is {SM_NEXTMAP} in {TIMELEFT} minutes."
"flags" "cft"
}
"2"
{
"type" "S"
"text" "{GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}"
"flags" "z"
}
"3"
{
"type" "T"
"text" "{ORANGE} Admins: friendly fire is {BOOL:MP_FRIENDLYFIRE}."
"flags" ""
}
}







Just delete out the entire column and repalce with the above.
Last edited by JimothyJohn; Mar 9, 2014 @ 11:44am
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Mar 9, 2014 @ 9:54am
Posts: 11