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

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


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-17-2019 , 10:55   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #81

Quote:
Originally Posted by WatchDogs View Post
Hello guys , Sorry I wasn't active here for a period.



- The chat is handled via SCP Redux | Chat Processor , Please use the latest scp or cp version and update those plugins if you didn't.


- Thank you paulo_crash, Your suggestion is great... I'm working on it to build sub-menus to select colors.


- I will try to update the plugin within a week.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-19-2019 , 00:08   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #82

I'm using the following version of the Tag Menu plugin 1.6.0 - Chat Processor, and I'm having a problem with it.

Players who have privileges can use the commands without problem, open the menu and all right, but players without privileges when you type the command says they do not have access to the command, the TAGS settings are all public, everyone can use.
paulo_crash is offline
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 05-19-2019 , 08:22   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #83

Quote:
Originally Posted by paulo_crash View Post
I'm using the following version of the Tag Menu plugin 1.6.0 - Chat Processor, and I'm having a problem with it.

Players who have privileges can use the commands without problem, open the menu and all right, but players without privileges when you type the command says they do not have access to the command, the TAGS settings are all public, everyone can use.

The command is not restricted and generally registered for all. Please upload the config file and describe more details. Public tags should appear for all players correctly as I checked the code.
__________________
WatchDogs is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-19-2019 , 20:26   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #84

Quote:
Originally Posted by WatchDogs View Post
The command is not restricted and generally registered for all. Please upload the config file and describe more details. Public tags should appear for all players correctly as I checked the code.
So, I set up the TAGS in the tagmenu.cfg file, I put some with access only to Flag and another access free. But only players with privileges can access the menu of the !tags, we try the other commands and even nothing, that is, players with privileges can access all TAGS without problem, now players that do not have privileges nor can use the command !tags.

Here is the tagmenu.cfg config:
Code:
"TagMenu"		// Main key. Don't change it.
{
	"1"		// Indexes. They must be in order from 1 and on. Maximum is 100.
	{
		"tag"				"[ LIXO ]"			// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		//"flag"			""	 				// "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
		//"steamid"			""					// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{green}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{teamcolor}"		// "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"				"[ NOOB ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"3"
	{
		"tag"				"[ LINDIN ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"4"
	{
		"tag"				"[ PRO ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"5"
	{
		"tag"				"[ SNIPER ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"6"
	{
		"tag"				"[ XITADO ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"7"
	{
		"tag"				"[ EZ ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"8"
	{
		"tag"				"[ BUNITU ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"9"
	{
		"tag"				"Dragons |"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
}
paulo_crash is offline
m0rbit
Junior Member
Join Date: Jan 2019
Old 05-23-2019 , 06:46   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #85

Guys WTF?

There is a server arena 1 in 1, I put the tag + color nickname and chat, the SPECIAL name is colored, but if you go for the command, the color of the name is given to the command. Blue for CT, diarrhea for T ...
On the server PUBLIC with the same settings, everything works fine

Screenshots attached

Arena SPEC

Arena TEAM


PUBLIC server


UPD:
Understood .. It does not work for some reason, for the command the color is purple. Although orchid works

Last edited by m0rbit; 05-23-2019 at 07:35. Reason: work colors
m0rbit is offline
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 05-24-2019 , 02:23   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #86

Quote:
Originally Posted by paulo_crash View Post
So, I set up the TAGS in the tagmenu.cfg file, I put some with access only to Flag and another access free. But only players with privileges can access the menu of the !tags, we try the other commands and even nothing, that is, players with privileges can access all TAGS without problem, now players that do not have privileges nor can use the command !tags.

Here is the tagmenu.cfg config:
Code:
"TagMenu"		// Main key. Don't change it.
{
	"1"		// Indexes. They must be in order from 1 and on. Maximum is 100.
	{
		"tag"				"[ LIXO ]"			// "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
		//"flag"			""	 				// "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
		//"steamid"			""					// "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
		"tag_color"			"{green}"			// "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
		"name_color"		"{teamcolor}"		// "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"				"[ NOOB ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"3"
	{
		"tag"				"[ LINDIN ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"4"
	{
		"tag"				"[ PRO ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"5"
	{
		"tag"				"[ SNIPER ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"6"
	{
		"tag"				"[ XITADO ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"7"
	{
		"tag"				"[ EZ ]"
		"flag"				"a"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"8"
	{
		"tag"				"[ BUNITU ]"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"9"
	{
		"tag"				"Dragons |"
		"tag_color"			"{green}"
		"name_color"		"{teamcolor}"
		"text_color"		"{default}"
		"mode"				"both"
	}
}
Your file is OK, Could you run the plugin on a server without any addons or plugins just with an updated sourcemod and test again ?
__________________
WatchDogs is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-27-2019 , 14:21   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #87

Quote:
Originally Posted by WatchDogs View Post
Your file is OK, Could you run the plugin on a server without any addons or plugins just with an updated sourcemod and test again ?
I discovered the problem, my mistake, had configured overrides in another plugin, finally now it worked.

Last edited by paulo_crash; 05-27-2019 at 14:22.
paulo_crash is offline
vayn2k
Junior Member
Join Date: Dec 2016
Location: Denmark
Old 06-17-2019 , 13:32   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #88

Is there a way to force the tags on
vayn2k is offline
xSLOW
Senior Member
Join Date: Apr 2019
Location: Romania
Old 07-27-2019 , 13:34   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #89

hello, can you add a feature to disable the tag if you lost your permission?
__________________
My community:
https://elitegamers.ro
https://www.gametracker.com/search/c...elitegamers.ro

Contact me, fastest way, through my discord server:
https://discord.gg/SBHzDGbbgG
xSLOW#0508
xSLOW is offline
BeG1990
Member
Join Date: Jan 2017
Old 08-04-2019 , 09:54   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #90

hello together,

can you add the function to disable the menu and force ervery player to get a tag (for a specific flag) wich specified in the config file?

that would be sooo nice =)
BeG1990 is offline
Reply


Thread Tools
Display Modes

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 11:02.


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