Raised This Month: $51 Target: $400
 12% 

Simple Chat Colors (Old Version)


Post New Thread Reply   
 
Thread Tools Display Modes
ShadowMage
New Member
Join Date: Nov 2010
Old 11-13-2010 , 14:36   Re: Simple Chat Colors
Reply With Quote #361

Okay, firstly: I'd like to say, this is a great plugin. Glad you made it and glad I found it on here.

Secondly: I can NOT figure out the group functionality of this at ALL.
I've made a group with flag x, no problem. Theoretically anyone with that flag should be in the group and have the correct colors applied. The only problem I'm having is figuring out where I designate flags to people. I've attempted doing it before the group, after the group, both in the config itself. I've tried doing it in the simple_admins.ini file. Nothing works and it just ends up making name and text all white with no tags.
Can someone please help?

Okay. I solved the problem. You DO have to define the flags in the admin_simple.ini file.

Last edited by ShadowMage; 11-13-2010 at 14:50.
ShadowMage is offline
clutchh
SourceMod Donor
Join Date: Feb 2008
Old 12-04-2010 , 17:26   Re: Simple Chat Colors
Reply With Quote #362

This plugin is blocking the ability to use chat triggers. Is there a workaround? All I have enabled is:
Code:
 
"VIP"
{
"flag" "o"
"tag" "[VIP] "
"tagcolor" "{lightgreen}"
"namecolor" "{lightgreen}"
"textcolor" "{default}"
}
Whoever has this can't use !time, !respawn, etc, etc. Thanks.
clutchh is offline
Sir Jake
Senior Member
Join Date: Jan 2009
Old 12-04-2010 , 17:31   Re: Simple Chat Colors
Reply With Quote #363

Also they can't voteban or any of those commands. Sad panda
Sir Jake is offline
Bloodlvst
Senior Member
Join Date: Jul 2007
Old 12-04-2010 , 18:06   Re: Simple Chat Colors
Reply With Quote #364

Quote:
Originally Posted by clutchh View Post
This plugin is blocking the ability to use chat triggers. Is there a workaround? All I have enabled is:
Code:
 
"VIP"
{
"flag" "o"
"tag" "[VIP] "
"tagcolor" "{lightgreen}"
"namecolor" "{lightgreen}"
"textcolor" "{default}"
}
Whoever has this can't use !time, !respawn, etc, etc. Thanks.
Get them to use /time, /respawn, etc, etc.

Silent chat triggers will register provided they are real commands.
__________________
Quote:
skywalker: I have cs source client 5 how to upgrade to client 7
BAILOPAN: oh
Bloodlvst is offline
ADK
Member
Join Date: May 2010
Old 12-18-2010 , 22:33   Re: Simple Chat Colors
Reply With Quote #365

You guys need to use the OVERRIDES located at the bottom of the CFG.


If you would even go back 1 page you would see it. I understand there are 37 pages here, and going through each one would suck. BUT if you would just go back a few pages to see if anybody else if having the same issue as you around the same time period you could find that there is an answer for you.

So while the plugin blocks the abilities to use certain triggers, it fixes that issue at the same time.
__________________
ADK is offline
MEDIK
Junior Member
Join Date: Jul 2010
Old 01-06-2011 , 11:11   Re: Simple Chat Colors
Reply With Quote #366

Plugin supports only 2 groups?
__________________
MEDIK is offline
Phailyur
Junior Member
Join Date: Jan 2011
Old 01-08-2011 , 21:23   Re: Simple Chat Colors
Reply With Quote #367

I just wanted to say that this is an absolutely wonderfully simple plugin, but I can't seem to configure it properly for my server. I am new to this server lingo but I thought I had a good understanding of it when I installed this plugin. I just can't get it to work. When I start my server up and test it out my name is green even though I want it blue.

Here is my code in simple-chatcolors.cfg :
Code:
"admin_colors"
{
	"STEAM_0:0:28534307"
	{
		"flag"			""
		"tag"			""
		"tagcolor"		""
		"namecolor"		"{blue}"
		"textcolor"		"{default}"
	}
	"STEAM_0:1:37541552 "
	{
		"flag"			""
		"tag"			""
		"tagcolor"		""
		"namecolor"		"{blue}"
		"textcolor"		"{blue}"
	}
	
	"Overrides"
		
	{
		"rank"		""
		"testcommand"	""
		"rtv"		""
		"nominate"	""
		}
}

Last edited by Phailyur; 01-09-2011 at 15:21.
Phailyur is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 01-09-2011 , 05:45   Re: Simple Chat Colors
Reply With Quote #368

Quote:
Originally Posted by Phailyur View Post
I just wanted to say that this is an absolutely wonderfully simple plugin, but I can't seem to configure it properly for my server. I am new to this server lingo but I thought I had a good understanding of it when I installed this plugin. I just can't get it to work. When I start my server up and test it out my name is green even though I want it green.
FAQ (#7)
__________________
For admins: My plugins

For developers: Colors library
exvel is offline
Send a message via ICQ to exvel
Phailyur
Junior Member
Join Date: Jan 2011
Old 01-09-2011 , 15:35   Re: Simple Chat Colors
Reply With Quote #369

Quote:
Originally Posted by exvel View Post
It simply doesn't work. I don't know what I did.
Phailyur is offline
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
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:49.


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