Hello, im having yet another issue.. Now for some reason i can't get Advertisements 2.0 to display chat message. I tried to reinstall the plugin. And used defult script or code
error in serverlogg KeyValues Error: LoadFromBuffer: missing { in file addons\sourcemod\configs\advertisements.txt
// Advertisements 2.0
// 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"
{
"Chat" "My text"
}
"2"
{
"Chat" "my text"
"" ""
}
"3"
{
"Chat" "my text "
}
"4"
{
"" ""
"" ""
}
"5"
{
"" ""
"" ""
}
}