View Single Post
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