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

Simple Chat Colors (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
Rd1981
Senior Member
Join Date: Apr 2011
Old 10-16-2011 , 03:12   Re: Simple Chat Colors (Redux)
Reply With Quote #51

Does this plugin work like the old one. I want to make it so each steamid can use different colors. Not so only certain groups can use the same color. I reverted back to the old one because I couldnt figure this one out in that manner.
Rd1981 is offline
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 10-16-2011 , 15:56   Re: Simple Chat Colors (Redux)
Reply With Quote #52

PHP Code:
"admin_colors"
{
                            
    
    
"STEAM_0:0:0000001" //Player1
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{BLA}"
        "namecolor"        "{BLA}"
        "textcolor"        "{N}"
    
}
    

    
"STEAM_0:0:0000002" // Player2
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{G}"
        "namecolor"        "{G}"
        "textcolor"        "{N}"
    
}

Snaggle is offline
duydangle
Senior Member
Join Date: May 2010
Old 10-17-2011 , 13:12   Re: Simple Chat Colors (Redux)
Reply With Quote #53

Many error logs appear since the massive update...
duydangle is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 10-17-2011 , 14:10   Re: Simple Chat Colors (Redux)
Reply With Quote #54

Quote:
Originally Posted by duydangle View Post
Many error logs appear since the massive update...
Have you updated Sourcemod, Metamod, This plugin, etc?
Drixevel is offline
Antithasys
Moderator
Join Date: Apr 2008
Old 10-19-2011 , 11:40   Re: Simple Chat Colors (Redux)
Reply With Quote #55

Quote:
Originally Posted by dbmiller5 View Post
sry.
Code:
L 10/13/2011 - 00:15:16: [SM] Native "GetArrayString" reported: Invalid index 2 (count: 2)
L 10/13/2011 - 00:15:16: [SM] Displaying call stack trace for plugin "simple-chatcolors.smx":
L 10/13/2011 - 00:15:16: [SM]   [0]  Line 652, C:\compiler\simple-chatcolors.sp::CheckPlayer()
L 10/13/2011 - 00:15:16: [SM]   [1]  Line 300, C:\compiler\simple-chatcolors.sp::OnClientPostAdminCheck()
I was starting to look at this issue, and then realized that the current plugin only has 274 lines of code. You must be using the other unsupported version. Please upgrade.
__________________
[my plugins]

When you think about asking a question... consider what have you tried?
Antithasys is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 10-19-2011 , 19:05   Re: Simple Chat Colors (Redux)
Reply With Quote #56

Quote:
Originally Posted by Snaggle View Post
PHP Code:
"admin_colors"
{
                            
    
    
"STEAM_0:0:0000001" //Player1
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{BLA}"
        "namecolor"        "{BLA}"
        "textcolor"        "{N}"
    
}
    

    
"STEAM_0:0:0000002" // Player2
    
{
        
"flag"            ""
        "tag"            "[Tag1] "
        "tagcolor"        "{G}"
        "namecolor"        "{G}"
        "textcolor"        "{N}"
    
}


What is the setup for Team Blue and Team Red to be setup with different options like I want both teams to have olive green text but team color names vs the default color of white text.
Horsedick is offline
Bloodlvst
Senior Member
Join Date: Jul 2007
Old 10-21-2011 , 01:54   Re: Simple Chat Colors (Redux)
Reply With Quote #57

Quote:
Originally Posted by Horsedick View Post
What is the setup for Team Blue and Team Red to be setup with different options like I want both teams to have olive green text but team color names vs the default color of white text.
http://forums.alliedmods.net/showpos...02&postcount=2
__________________
Quote:
skywalker: I have cs source client 5 how to upgrade to client 7
BAILOPAN: oh
Bloodlvst is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 10-21-2011 , 20:37   Re: Simple Chat Colors (Redux)
Reply With Quote #58

I'm having some problems with this plugin. I have Simple Chat Processor installed and when I do sm_printcolors, the color list pops up. But I can't get it to color the admins names. This is my config. Did I set it up wrong or am I missing something?


Code:
"admin_colors"
{
	""
	{
		"tag"						"[Owner]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"

	"STEAM_0"
	{
	
		"tag"						"[SA]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"
	}

	"STEAM_0:"
	{
	
		"tag"						"[SA]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"
	}

	"STEAM_0"
	{
	
		"tag"						"[SA]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"
	}

	"STEAM_0:0"
	{
	
		"tag"						"[SA]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"
	}

	"Admins"
	{
		"flag"						"a"
		"tag"						"[A]"
		"tagcolor"				"{R}"
		"namecolor"			"{G}"
	}
	"VIP"
	{
		"flag"						"t"
		"tag"						"[VIP]"
		"tagcolor"				"{B}"
		"namecolor"			"{T}"
		"textcolor"			"{OG}"
	}
}
jpwanabe is offline
Bloodlvst
Senior Member
Join Date: Jul 2007
Old 10-21-2011 , 20:56   Re: Simple Chat Colors (Redux)
Reply With Quote #59

Quote:
Originally Posted by jpwanabe View Post
I'm having some problems with this plugin. I have Simple Chat Processor installed and when I do sm_printcolors, the color list pops up. But I can't get it to color the admins names. This is my config. Did I set it up wrong or am I missing something?


Code:
"admin_colors"
{
    ""
    {
        "tag"                        "[Owner]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
 
    "STEAM_0"
    {
 
        "tag"                        "[SA]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
 
    "STEAM_0:"
    {
 
        "tag"                        "[SA]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
 
    "STEAM_0"
    {
 
        "tag"                        "[SA]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
 
    "STEAM_0:0"
    {
 
        "tag"                        "[SA]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
 
    "Admins"
    {
        "flag"                        "a"
        "tag"                        "[A]"
        "tagcolor"                "{R}"
        "namecolor"            "{G}"
    }
    "VIP"
    {
        "flag"                        "t"
        "tag"                        "[VIP]"
        "tagcolor"                "{B}"
        "namecolor"            "{T}"
        "textcolor"            "{OG}"
    }
}
This is a limitation of the colours function in SMLIB.

Refer to this post: http://forums.alliedmods.net/showpos...02&postcount=2
__________________
Quote:
skywalker: I have cs source client 5 how to upgrade to client 7
BAILOPAN: oh
Bloodlvst is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 10-21-2011 , 22:49   Re: Simple Chat Colors (Redux)
Reply With Quote #60

The game is TF2 so all the colors I have it set to should work. Its just that when I type it just comes up normal. For example
JP: normal text
Isn't the plugin supposed to make it so its like this
[SA]JP: text
jpwanabe 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:08.


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