View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 07-16-2023 , 10:28   Re: Advertisements 2.1 (Updated 2021/02/06)
Reply With Quote #2223

Quote:
Originally Posted by Britney View Post
Hello, i have installed this plugin and only message center work. But i just need a chat message.
do you think to look at my configuration to know if I have a problem in it?
In the chat line I put a big Bonjouuuuuur to perform my tests but nothing appears on my server. Only message center work. I have www.domain.com appear
Test this configuration:
Code:
// Advertisements 2.1
// by Tsunami
//
// Types
// -----
// center: Center message
// chat: Chat message
// hint: Hint message
// menu: Menu message
// top: Top message
//
// 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"
	{
		"center" "www.domain.com"
	}
	"2"
	{
		"center" " [email protected] "
	}
	"3"
	{
		"menu" "Next map is {nextmap} in {timeleft} minutes."
		"flags" "cft"
	}
	"4"
	{
		"chat" "Bonjouuuuuuuuuuuuuur"
		"flags" "z"
	}
	"5"
	{
		"top" "{orange}Admins: friendly fire is {mp_friendlyfire}."
		"flags" ""
	}
	"6"
	{
		"hint" " [email protected] "
	}
}
paulo_crash is offline