Raised This Month: $7 Target: $400
 1% 

[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 10-30-2019 , 10:41   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #91

Hi @WatchDogs,

I wonder if you plan on updating this plugin yet?

Would have some suggestions for future updates:
  • Put option to force the TAG in the player; (Many users from what I saw here already asked too)
    Example:
    Code:
    "2"
    	{
    		"tag"			"[Dono]"
    		"flag"			"z"
    		"tag_color"		"{darkred}"
    		"name_color"		"{default}"
    		"text_color"		"{darkred}"
    		"mode"			"both"
    		"forcetag"		"1"	// 0 - Do not force the TAG; 1- Force to use TAG;
    	}
  • Put option for him to have access to TAG by privilege group @VIP; (SourceMod has the option to create privilege group in admin_groups.cfg)
Would these features be possible in future updates?

Last edited by paulo_crash; 10-30-2019 at 10:46.
paulo_crash is offline
ItsCEED
Member
Join Date: Jun 2016
Old 11-02-2019 , 05:58   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #92

Quote:
Originally Posted by paulo_crash View Post
Hi @WatchDogs,

I wonder if you plan on updating this plugin yet?

Would have some suggestions for future updates:
  • Put option to force the TAG in the player; (Many users from what I saw here already asked too)
    Example:
    Code:
    "2"
    	{
    		"tag"			"[Dono]"
    		"flag"			"z"
    		"tag_color"		"{darkred}"
    		"name_color"		"{default}"
    		"text_color"		"{darkred}"
    		"mode"			"both"
    		"forcetag"		"1"	// 0 - Do not force the TAG; 1- Force to use TAG;
    	}
  • Put option for him to have access to TAG by privilege group @VIP; (SourceMod has the option to create privilege group in admin_groups.cfg)
Would these features be possible in future updates?
Bump for this.

I was looking at this Plugin hoping that it has this option.
ItsCEED is offline
Send a message via Skype™ to ItsCEED
WarGods21
New Member
Join Date: Oct 2019
Old 11-07-2019 , 12:08   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #93

I have a problem with the plugin,when i don't have admin and i use !tag show me all tags... How can i do to show tags exactly for flags?
WarGods21 is offline
samwills123
New Member
Join Date: Jan 2020
Old 01-25-2020 , 17:30   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #94

it broke my !store and !shop commands can't open store anymore .....
samwills123 is offline
th0rcs
New Member
Join Date: Aug 2019
Old 02-19-2020 , 14:22   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #95

I have a problem when i set a flag for a tag every admin can still use owner cfg here: https://pastebin.com/Sshv71pF
th0rcs is offline
Randomz
Junior Member
Join Date: Apr 2020
Old 04-29-2020 , 20:08   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #96

i have this on my server but the test color does not want to work

Code:
"TagMenu"		// Main key. Don't change it.
{
	"1"		// Indexes. They must be in order from 1 and on. Maximum is 100.
	{
		"tag"				"[noob]"		// "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)
		"tag_color"			"{default}"			// "tag_color" is identifier. Set client chat tag color.
		"text_color"		"{default}"			// "text_color" is identifier. Set client chat text color.
		"mode"				"both"				// "mode" is identifier. Set tag mode (valid valuse are: "both" - "scoreboard" - "chat", Default is "both")
	}
	"2"		// Indexes. They must be in order from 1 and on. Maximum is 100.
	{
		"tag"				"[pro-player]"
		"flag"				""
		"tag_color"			"{default}"
		"text_color"		"{default}"
		"mode"				"both"
	}
	"3"
	{
		"tag"				"[GOD]"
		"flag"				""
		"tag_color"			"{blue}"
		"text_color"		"{blue}"
		"mode"				"both"
	}
	"4"
	{
		"tag"				"[pro]"
		"flag"				""
		"tag_color"			"{green}"
		"text_color"		"{green}"
		"mode"				"both"
	}
	"5"
	{
		"tag"				"[Vip"
		"flag"				"o"
		"tag_color"			"{yellow}"
		"text_color"		"{yellow}"
		"mode"				"both"
	}

	"6"
	{
		"tag"				"[Admin]"
		"flag"				"b"
		"tag_color"			"{green}"
		"text_color"		"{green}"
		"mode"				"both"
	}
	"7"
	{
		"tag"				"[Owner]"
		"flag"				"z"
		"tag_color"			"{red}"
		"text_color"		"{red}"
		"mode"				"both"
	}
the tag color does not change the chat color does not change i have the rank me plguin but that works fine with the colors also does the advertisements.txt works

I have colorvariables in my server
Randomz is offline
areshvh
New Member
Join Date: Aug 2020
Old 08-20-2020 , 14:28   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #97

add group support?
areshvh is offline
jacementos
Junior Member
Join Date: Mar 2019
Old 08-22-2020 , 10:00   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #98

Quote:
Originally Posted by paulo_crash View Post
Hi @WatchDogs,

I wonder if you plan on updating this plugin yet?

Would have some suggestions for future updates:
  • Put option to force the TAG in the player; (Many users from what I saw here already asked too)
    Example:
    Code:
    "2"
    	{
    		"tag"			"[Dono]"
    		"flag"			"z"
    		"tag_color"		"{darkred}"
    		"name_color"		"{default}"
    		"text_color"		"{darkred}"
    		"mode"			"both"
    		"forcetag"		"1"	// 0 - Do not force the TAG; 1- Force to use TAG;
    	}
  • Put option for him to have access to TAG by privilege group @VIP; (SourceMod has the option to create privilege group in admin_groups.cfg)
Would these features be possible in future updates?

BUMP
jacementos is offline
Sincronic
Senior Member
Join Date: Dec 2018
Old 11-22-2020 , 18:28   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #99

Hello !

Do u know why i write in chat when i am dead or spectate and it show me to times ? I attach a link to picture:

https://imgur.com/dKqNQWz
Sincronic is offline
raisinhvh
New Member
Join Date: Nov 2020
Old 11-28-2020 , 17:20   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #100

does "steamid" not work anymore?
raisinhvh 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 23:09.


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