Raised This Month: $ Target: $400
 0% 

[CS:S] Admin Tag [toggle]


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-10-2012 , 22:37   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #11

Here's a compiled version.
Attached Files
File Type: smx Tag.smx (5.7 KB, 467 views)
File Type: sp Get Plugin or Get Source (Tag.sp - 419 views - 1.3 KB)
__________________
Dr. McKay is offline
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 09-13-2012 , 12:06   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #12

This plugin allows only 1 admin to use the tag at the same time. Could this be fixed?
vodka00 is offline
Ducatti
Junior Member
Join Date: Oct 2012
Location: France
Old 10-16-2012 , 14:48   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #13

Work only with 1 only administrator
Ducatti is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 10-16-2012 , 15:26   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #14

This plugin also bypasses correct filtering of messages. I suggest to avoid it until bugs are fixed.
__________________
FaTony is offline
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 11-08-2012 , 22:33   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #15

Quote:
Originally Posted by KeepCalm View Post
This is my custom-chatcolors.cfg file.

And it works, not just one admin detected.

I do not fully understand why it is not working for you

Code:
"admin_colors"
{
		"STEAM_0:1:00000000" 
	{

		"tag"				"[OWENER] "
		"tagcolor"			"#FF0000"
		"namecolor"			"#FFFFFF"
		"textcolor"			"#00FF00"
	}
//ADMIN
			"STEAM_0:1:00000000"
	{

		"tag"				"[ADMIN] "
		"tagcolor"			"#FF0000"
		"namecolor"			"#FFFFFF"
		"textcolor"			"#00FF00"
	}

			"STEAM_0:1:00000000"
	{

		"tag"				"[CHIEF ADMIN] "
		"tagcolor"			"#FF0000"
		"namecolor"			"#FFFFFF"
		"textcolor"			"#00FF00"
	}	
	
	
//VIP		
		
		"STEAM_0:1:00000000"
	{
		"tag"				"[VIP] "
		"tagcolor"			"#FF0000"
		"namecolor"			"#FFFFFF"
		"textcolor"			"#00FF00"
	}
	
		"STEAM_0:1:00000000"
	{
		"tag"				"[VIP] "
		"tagcolor"			"#FF0000"
		"namecolor"			"#FFFFFF"
		"textcolor"			"#00FF00"
	}

}
Umm, I think that's for a different plugin, no?
vodka00 is offline
Teki
Junior Member
Join Date: Oct 2010
Location: France
Old 11-09-2012 , 13:41   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #16

I've fixed the double printing (return Plugin_Handled once the colored message is sent)

But i use a different one, with "/admtag" to toggle tag on/off instead of "/tagon" and "/tagoff" and filter also commands typed with "!"

Download tag.smx for the first one and admin_tag for the other one.
Attached Files
File Type: sp Get Plugin or Get Source (Tag.sp - 276 views - 1.7 KB)
File Type: sp Get Plugin or Get Source (admin_tag.sp - 300 views - 1.6 KB)
File Type: smx Tag.smx (5.6 KB, 294 views)
File Type: smx admin_tag.smx (5.6 KB, 288 views)
__________________
"There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy."

William Shakespeare, The Tragical history of Hamlet

Last edited by Teki; 11-09-2012 at 13:49.
Teki is offline
Marcus_Brown001
AlliedModders Donor
Join Date: Nov 2012
Location: Illinois, United States
Old 11-29-2012 , 18:11   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #17

I just wanted to say thank you to everyone who has updated his plugin, and now I will upload some work I have done to it To start off, I made the tags automatically start on when the admin joins the server. If an admin wants to go incognito then he/she can still do the sm_admintag command and it will turn off.

Instead of one generic admin tag, I made three different ones ( Owner, Lead Admin, Admin ). The owner prefix is given to anyone who has the root flag ( if you want to stop this, then give every flag but the root ), the lead admin prefix is given to anyone who has the rcon flag, and the admin prefix is given to anyone who has the generic flag. I have also taken the liberty of modifying the colors of both the prefix and the chat text itself. If you want to you can make the names a special color too ( I did this on my server ).

Let me know what you think! Hope you have fun with it
Attached Files
File Type: sp Get Plugin or Get Source (admin_tag.sp - 610 views - 3.1 KB)
File Type: smx admin_tag.smx (10.9 KB, 296 views)

Last edited by Marcus_Brown001; 12-01-2012 at 20:47.
Marcus_Brown001 is offline
ZcaverZ
Junior Member
Join Date: Jul 2011
Old 12-22-2012 , 10:57   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #18

Quote:
Originally Posted by Marcus_Brown001 View Post
I just wanted to say thank you to everyone who has updated his plugin, and now I will upload some work I have done to it To start off, I made the tags automatically start on when the admin joins the server. If an admin wants to go incognito then he/she can still do the sm_admintag command and it will turn off.

Instead of one generic admin tag, I made three different ones ( Owner, Lead Admin, Admin ). The owner prefix is given to anyone who has the root flag ( if you want to stop this, then give every flag but the root ), the lead admin prefix is given to anyone who has the rcon flag, and the admin prefix is given to anyone who has the generic flag. I have also taken the liberty of modifying the colors of both the prefix and the chat text itself. If you want to you can make the names a special color too ( I did this on my server ).

Let me know what you think! Hope you have fun with it
Damn that was an very awesome update ^^

Im glad that people actualy use this
I will add your update on my thread if it's ok?
ZcaverZ is offline
Marcus_Brown001
AlliedModders Donor
Join Date: Nov 2012
Location: Illinois, United States
Old 12-24-2012 , 20:03   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #19

No problem updating it I love the plugin myself and use it on my servers. Inside the private message you sent me I have idea what is causing that. I have it running on my servers and have never had that issue. Again, I use a different version of this with a few different things When I made this stock version I may of forgot something here or there, I will look at it when I have the chance.
Marcus_Brown001 is offline
UssDude
Junior Member
Join Date: Oct 2011
Old 12-27-2012 , 00:18   Re: [CS:S] Admin Tag [toggle]
Reply With Quote #20

hi there, can u change the color tags to red and text to white?, reason why it hurting some people eyes,
UssDude 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 20:28.


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