AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Advertisments (https://forums.alliedmods.net/showthread.php?t=294183)

Lullaah 02-21-2017 19:28

Advertisments
 
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"
{
"" ""
"" ""
}
}

OciXCrom 02-21-2017 20:01

Re: Advertisments
 
Look at the section.


All times are GMT -4. The time now is 20:43.

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