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

Simple Chat Colors (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
Captain Kristian
Junior Member
Join Date: Apr 2013
Old 05-02-2013 , 12:54   Re: Simple Chat Colors (Redux)
Reply With Quote #281

Hey, i got a problem with the flags, i gave a player "o" flag (only "o") and named the group "VIP" why is this not working? Admin tag is working...

Code:
"admin_colors"
{
	"Admin"
	{
		"flag"						"a"
		"tag"						"[Admin] "
		"tagcolor"				"{R}"
		"namecolor"			"{OG}"
		"textcolor"			"{N}"
	}
	"Owner"
	{
		"flag"						"z"
		"tag"						"[Admin] "
		"tagcolor"				"{R}"
		"namecolor"			"{OG}"
		"textcolor"			"{N}"
	}
	"VIP"
	{
		"flag"						"o"
		"tag"						"[Donator] "
		"tagcolor"				"{OG}"
	}
}
Captain Kristian is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 05-02-2013 , 14:09   Re: Simple Chat Colors (Redux)
Reply With Quote #282

Quote:
Originally Posted by Captain Kristian View Post
Hey, i got a problem with the flags, i gave a player "o" flag (only "o") and named the group "VIP" why is this not working? Admin tag is working...

Code:
"admin_colors"
{
    "Admin"
    {
        "flag"                        "a"
        "tag"                        "[Admin] "
        "tagcolor"                "{R}"
        "namecolor"            "{OG}"
        "textcolor"            "{N}"
    }
    "Owner"
    {
        "flag"                        "z"
        "tag"                        "[Admin] "
        "tagcolor"                "{R}"
        "namecolor"            "{OG}"
        "textcolor"            "{N}"
    }
    "VIP"
    {
        "flag"                        "o"
        "tag"                        "[Donator] "
        "tagcolor"                "{OG}"
    }
}
Do the people who have "o" also have "a"?
__________________
Dr. McKay is offline
dbmiller5
Senior Member
Join Date: Jun 2011
Old 05-10-2013 , 22:39   Re: Simple Chat Colors (Redux)
Reply With Quote #283

I am having some issues with this plugin. The chat color starts with my pre-defined color with the server launches, but changes to a random color sometime after launch (usually 1-5 minutes). Furthermore, my chat post shows up twice most of the time.

Here is my code:
Code:
	
        "ROOT"
	{
		"flag"				"z"
		"tag"				"[ADMIN]"
		"tagcolor"		"{BLA}"
		"namecolor"		"{GRA}"						
	}
I also tried using steam ID's instead of ROOT and removing the flag, but the same result. I can provide pictures if needed, thanks for the help!
dbmiller5 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 05-11-2013 , 00:25   Re: Simple Chat Colors (Redux)
Reply With Quote #284

What game?
__________________
Dr. McKay is offline
dbmiller5
Senior Member
Join Date: Jun 2011
Old 05-11-2013 , 01:53   Re: Simple Chat Colors (Redux)
Reply With Quote #285

Quote:
Originally Posted by Dr. McKay View Post
What game?
TF2
dbmiller5 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 05-11-2013 , 02:18   Re: Simple Chat Colors (Redux)
Reply With Quote #286

Quote:
Originally Posted by dbmiller5 View Post
TF2
You should use Custom Chat Colors instead.
__________________
Dr. McKay is offline
dbmiller5
Senior Member
Join Date: Jun 2011
Old 05-11-2013 , 12:51   Re: Simple Chat Colors (Redux)
Reply With Quote #287

Quote:
Originally Posted by Dr. McKay View Post
You should use Custom Chat Colors instead.
Thank you, your plugin is much better. First, it works flawlessly, and second, it allows hex numbers. PURE WIN!
dbmiller5 is offline
Black Jesus
Junior Member
Join Date: Apr 2013
Old 05-21-2013 , 16:21   Re: Simple Chat Colors (Redux)
Reply With Quote #288

Can someone please explain why I can't more then one tag? My own is working, but the second isn't working at all? Not even a little bit, so far I have a tag, but the second one is NOT working, someone please explain this to me?
Here is all of the codes I've tried so far:


Code:
"admin_colors"
{
	"STEAM_0:0:47263319"
	{
		"tag"						"[Owner] "
		"tagcolor"				"{G}"
	}
{

"admin_colors"
{
	"STEAM_0:1:12757585"
	{
		"tag"						"[Nigglet] "
		"tagcolor"				"{O}"
	}
{
Code:
"admin_colors"
{
	"STEAM_0:0:47263319"
	{
		"tag"						"[Owner] "
		"tagcolor"				"{G}"
	}
{

"Members"
{
	"STEAM_0:1:12757585"
	{
		"tag"						"[Nigglet] "
		"tagcolor"				"{O}"
	}
{

Last edited by Black Jesus; 05-21-2013 at 16:24.
Black Jesus is offline
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 05-22-2013 , 12:21   Re: Simple Chat Colors (Redux)
Reply With Quote #289

You have done your curly brackets wrong. It should be...

PHP Code:
"admin_colors"
{
    
"STEAM_0:0:47263319"
    
{
        
"tag"                        "[Owner] "
        "tagcolor"                "{G}"
    
}
}

"admin_colors"
{
    
"STEAM_0:1:12757585"
    
{
        
"tag"                        "[Nigglet] "
        "tagcolor"                "{O}"
    
}

PHP Code:
"admin_colors"
{
    
"STEAM_0:0:47263319"
    
{
        
"tag"                        "[Owner] "
        "tagcolor"                "{G}"
    
}
}

"Members"
{
    
"STEAM_0:1:12757585"
    
{
        
"tag"                        "[Nigglet] "
        "tagcolor"                "{O}"
    
}

Snaggle is offline
INSANEGAZ
New Member
Join Date: Jun 2013
Old 06-07-2013 , 19:47   Re: Simple Chat Colors (Redux)
Reply With Quote #290

I want to know the command to change a players tag.
INSANEGAZ 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 02:35.


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