View Single Post
BielX
Junior Member
Join Date: Jan 2011
Old 02-19-2011 , 14:59   Re: Simple Chat Colors
Reply With Quote #370

Hello my friends

I'm having a little trouble to install this plugin on my server.
I followed perfectly the steps of installation and configuration of which the author said, but the plug does not work.
In the console, It shows me that the plug is running, but do not let my admin_chat the way I set up, it leaves the chat default.

In the others words, my amin_chat is in default mode with this plug

I am getting errors SourceMod and not know what they are about.

Look at the errors:

Code:
SourceMod error session started
Info (map "de_dust2") (file "errors_20110219.log")
[SM] Plugin encountered error 25: Call was aborted
[SM] Native "ThrowError" reported: Invalid client index 0
[SM] Displaying call stack trace for plugin "simple-chatcolors.smx":
[SM]   [0]  Line 51, C:\Compiler\scripting\include\colors.inc::CPrintToChat()
[SM]   [1]  Line 243, C:\Compiler\scripting\simple-chatcolors.sp::Command_PrintChatColors()
[SM] Plugin encountered error 25: Call was aborted
[SM] Native "ThrowError" reported: Invalid client index 0
[SM] Displaying call stack trace for plugin "simple-chatcolors.smx":
[SM]   [0]  Line 51, C:\Compiler\scripting\include\colors.inc::CPrintToChat()
[SM]   [1]  Line 243, C:\Compiler\scripting\simple-chatcolors.sp::Command_PrintChatColors()

Below my simple-chatcolors.cfg


Code:
"admin_colors"
{
    "STEAM_0:0:xxxxxxxx"
    {
        "flag"                "z"
        "tag"                    "(ADMIN LÍDER}"
        "tagcolor"        "{red}"
        "namecolor"        "{red}"
        "textcolor"        "{ldefault}"
    }
    "Admin Master"
    {
        "flag"                "a"
        "tag"                    "(ADMIN MASTER)"
        "tagcolor"        "{blue}"
        "namecolor"        "{blue}"
        "textcolor"        "{default}"
    }
    "Admins"
    {
        "flag"                "j"
        "tag"                    "(ADMIN)"
        "tagcolor"        "{lightgreen}"
        "namecolor"        "{lightgreen}"
        "textcolor"        "{lightgreen}"
    }
    "Overrides"
    {
        "rank"                ""
        "testcommand"    ""
        "rtv"                    ""
        "nominate"        ""
    }
}
If you get someone to help me, I thank

Last edited by BielX; 02-19-2011 at 15:05.
BielX is offline