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

[CS:S/CS:GO] Chat/Scoreboard Tag Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 07-27-2017 , 18:41   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #31

The colors and tags does not work and when you choose it from the menu it is the same

Code:
"TagMenu"
{
	"1"		
	{
		"tag"				"[Admin]"		
		"flag"				"z" 				
		"tag_color"			"{red}"	
		"name_color"		"{red}"		
		"text_color"		"{red}"			
		"mode"				"chat"				
	}
	"2"
	{
		"tag"				"[Modérateur]"
		"flag"				"b"
		"tag_color"			"{darkred}"
		"name_color"		"{darkred}"
		"text_color"		"{darkred}"
		"mode"				"chat"
	}
	"3"
	{
		"tag"				"[VIP]"
		"flag"				"s"
		"tag_color"			"{lightblue}"
		"name_color"		"{lightblue}"
		"text_color"		"{lightblue}"
		"mode"				"chat"
	}
}
__________________
My jailbreak Server :
Cripix is offline
andrept4
Senior Member
Join Date: Dec 2012
Location: Portugal
Old 07-27-2017 , 20:40   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #32

those colors aren't supported
__________________
andrept4 is offline
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 07-28-2017 , 02:25   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #33

Quote:
Originally Posted by andrept4 View Post
WatchDogs, nobody can choose a tag, even the guys with those steamids... they turn out white and we can't choose them..

tagmenu.cfg :
Code:
"TagMenu"		// Main key. Don't change it.
{
	"1"		// Indexes. They must be in order from 1 and on. Maximum is 100.
	{
		"tag"				"[LEADER]"		// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		"steamid"			"STEAM_0:0:31928593"			// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{red}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{red}"		// "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color. (Default is "{default}")
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"2"
	{
		"tag"				"[LEADER]"		// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		"steamid"			"STEAM_0:0:144866803"			// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{red}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{red}"		// "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color. (Default is "{default}")
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"3"
	{
		"tag"				"[ADMIN]"		// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		"steamid"			"STEAM_0:1:105273261"			// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{lightred}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{lightred}"		// "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color. (Default is "{default}")
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"4"
	{
		"tag"				"[MOD GERAL]"		// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		"steamid"			"STEAM_0:0:141290629"			// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{purple}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{purple}"		// "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color. (Default is "{default}")
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"5"
	{
		"tag"				"[MOD GERAL]"		// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		"steamid"			"STEAM_0:0:144426790"			// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{red}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{red}"		// "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color. (Default is "{default}")
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"6"
	{
		"tag"				"[CONFIGURADOR]"
		"steamid"			"STEAM_0:1:120473316"
		"tag_color"			"{grey}"
		"name_color"		"{grey}"
		"text_color"		"{default}"
		"mode"				"both"
	}
}
I forgot to say:

If you want to use SteamID feature or Multi byte characters in tagmenu.cfg you should change the file Encoding to UTF-8-BOM.
__________________

Last edited by WatchDogs; 07-28-2017 at 02:28.
WatchDogs is offline
The Team Ghost
Senior Member
Join Date: Jun 2016
Location: OnClientConnect(int ME)
Old 07-28-2017 , 05:13   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #34

Watch Dogs maybe make the file in the zip Utf8 by default instead of running into people complaining it isn't working
__________________
- Steam
The Team Ghost is offline
tei.projects
New Member
Join Date: Jul 2017
Old 07-28-2017 , 06:53   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #35

The tags don't work in combination with Cksurf.
When I type something it gets printed twice in the chat.

E.g.
NL [NEW] ADMIN TEI: I typed this once
[A] TEI: I typed this once
tei.projects is offline
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 07-28-2017 , 07:34   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #36

Quote:
Originally Posted by tei.projects View Post
The tags don't work in combination with Cksurf.
When I type something it gets printed twice in the chat.

E.g.
NL [NEW] ADMIN TEI: I typed this once
[A] TEI: I typed this once
You can't use plugins which handle the chat with this plugin.
__________________
WatchDogs is offline
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 07-28-2017 , 07:34   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #37

Quote:
Originally Posted by The Team Ghost View Post
Watch Dogs maybe make the file in the zip Utf8 by default instead of running into people complaining it isn't working

I'm gonna release a new version with some fixes.
__________________
WatchDogs is offline
Wooky_
Junior Member
Join Date: Aug 2017
Old 08-07-2017 , 17:52   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #38

Hi! Can you write support color for this plugin?
Wooky_ is offline
The Team Ghost
Senior Member
Join Date: Jun 2016
Location: OnClientConnect(int ME)
Old 08-07-2017 , 17:59   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #39

Quote:
Originally Posted by Wooky_ View Post
Hi! Can you write support color for this plugin?
Doesn't this plugin already support colors?
Spoiler
__________________
- Steam

Last edited by The Team Ghost; 08-07-2017 at 18:21.
The Team Ghost is offline
Wacci
AlliedModders Donor
Join Date: May 2017
Location: Hungary
Old 08-12-2017 , 11:44   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #40

Sourcebans's mute dosen't working on Multi 1v1 server.
Thanks in advance for your help!

I just want to ask you when to expect development?

Can you give e-mail adress ?
I wanna send your gift!
Wacci 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 23:46.


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