Raised This Month: $32 Target: $400
 8% 

[ANY] HexTags [Tags/Chat Colors & Score Tags]


Post New Thread Reply   
 
Thread Tools Display Modes
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-14-2018 , 08:26   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #31

Quote:
Originally Posted by ayrton09_arg View Post
hello i have this problem idk why, [hextags.smx] No entries found in: "addons\sourcemod\configs\hextags.cfg"
os: windows
That's only a warning which warn you that you have not configured the plugin so it's useless.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 01-14-2018 , 15:08   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #32

Quote:
Originally Posted by Papero View Post
That's only a warning which warn you that you have not configured the plugin so it's useless.
this is my config for testing

Code:
//
// HexTags Configuration file.
// by: Hexah
// https://github.com/Hexer10/HexTags
// 
// Copyright (C) 2017 Mattia (Hexah|Hexer10|Papero)
//
// This file is part of the HexTags SourceMod Plugin.
//
// This program is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License, version 3.0, as published by the
// Free Software Foundation.
// 
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <http://www.gnu.org/licenses/>.
//
//
//
//	HexTags - Hexah 
//	Configuration file.
//
//	All the avaible colors are: https://goo.gl/VgAHbK (colorvariables supported).
//	The priority is:
//	1. STEAM ID --> Can be STEAM_0 or STEAM_1 .
//	2. ADMIN GROUP --> It is selected only the first client group. Is needed a '@' before the group name.
//	3. ADMIN FLAGS --> They are selected starting from the last (ztsrqponmlkjihgfedcba). If a client has both 'a' and 'b' flags, the tags of 'b' will be selected.
//	4. (TOTAL)ONLINE TIME --> This need mostactive(https://forums.alliedmods.net/showthread.php?p=1751973) to work. Required time in seconds to get the tags. The '#' before the time is needed.
//	5. Default --> All players have these tags. This can be removed.
//	
//	Params (only works from chat tags/colors): 
//	1. {time} --> This will be replaced with time, format: HH:MM
//
//	Every entry can be removed if for example you want only the 'ScoreTag'. 
//
//  Examples:
//
//	"Default" //All player will have this tags
//	{
//		"ScoreTag" "[Default]" //The scoreboard-tag
//		"ChatTag"	"{darkblue}[Default]" //The chat-tag with the colors
//		"ChatColor" "{purple}" //The chat color
//		"NameColor" "{orchid}" //The name color
//	}
//	"@Admin"
//	{
//		"ScoreTag" "[Admin]" //The scoreboard-tag
//		"ChatTag"	"{red}[Admin]" //The chat-tag
//		"ChatColor" "{darkblue}" //The chat color
//		"NameColor" "{grey2}" //The name color
//	}
//	"a"
//	{
//		"ScoreTag" "[Res]" //The scoreboard-tag
//		"ChatTag"	"{red}[Res]" //The chat-tag
//		"ChatColor" "{blue}" //The chat color
//		"NameColor" "{grey}" //The name color
//	}
//	"#43200" //12h
//	{
//		"ScoreTag" "[Senior]" //The scoreboard-tag
//		"ChatTag"	"{red}[Senior]" //The chat-tag
//		"ChatColor" "{blue}" //The chat color
//		"NameColor" "{grey}" //The name color
//	}
//
//
// Start editing down this line!
"Default"
{
		"ChatTag"	"{purple}[Admin]"
		"ChatColor" "{lightgreen}"
		"NameColor" "{orchid}"
}
	"@Admin"
	{
		"ScoreTag" "[Admin]" //The scoreboard-tag
		"ChatTag"	"{red}[Admin]" //The chat-tag
		"ChatColor" "{darkblue}" //The chat color
		"NameColor" "{grey2}" //The name color
	}
ayrton09_arg is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-14-2018 , 15:27   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #33

You need to leave the "HexTags" start es:
Code:
//..//
"HexTags"
{
        "Default"
       {
		"ChatTag"	"{purple}[Admin]"
		"ChatColor" "{lightgreen}"
		"NameColor" "{orchid}"
        }
	"@Admin"
	{
		"ScoreTag" "[Admin]" //The scoreboard-tag
		"ChatTag"	"{red}[Admin]" //The chat-tag
		"ChatColor" "{darkblue}" //The chat color
		"NameColor" "{grey2}" //The name color
	}
}
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 01-14-2018 at 15:28.
Papero is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 01-14-2018 , 15:44   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #34

Quote:
Originally Posted by Papero View Post
You need to leave the "HexTags" start es:
Code:
//..//
"HexTags"
{
        "Default"
       {
		"ChatTag"	"{purple}[Admin]"
		"ChatColor" "{lightgreen}"
		"NameColor" "{orchid}"
        }
	"@Admin"
	{
		"ScoreTag" "[Admin]" //The scoreboard-tag
		"ChatTag"	"{red}[Admin]" //The chat-tag
		"ChatColor" "{darkblue}" //The chat color
		"NameColor" "{grey2}" //The name color
	}
}
lol thank you! nice plugin btw
ayrton09_arg is offline
zwetch
Senior Member
Join Date: Aug 2015
Location: South Africa
Old 01-18-2018 , 04:51   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #35

Color purple doesnt work

Last edited by zwetch; 01-19-2018 at 01:40.
zwetch is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-20-2018 , 13:51   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #36

Quote:
Originally Posted by zwetch View Post
Color purple doesnt work
Make sure that you have done no typos, it should work ok.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
ANDREL0
Junior Member
Join Date: Apr 2007
Location: Argentina
Old 01-21-2018 , 03:10   Re: [ANY]HexTags[Chat/Score Colors][07/01/18]
Reply With Quote #37

Hello, thanks for your contribution . Sorry, I need to know how to add a group of administrators, because I do not take the syntax with "@" + group name.

Please could you tell me what the complete format would be with an example?

thank you very much!
ANDREL0 is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 02-02-2018 , 08:47   Re: [ANY]HexTags[Chat/Score Colors][27/01/18]
Reply With Quote #38

Just forgot to update the thread:

New version: 1.19
Code:
1. Added Team(Name) tags support.
2. Added travis.
3. Fixed the forward.
4. Added cvar for versioning.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
sime0282
Member
Join Date: Dec 2017
Old 02-02-2018 , 09:31   Re: [ANY]HexTags[Chat/Score Colors][27/01/18]
Reply With Quote #39

Can i add you on steam and you can help me?

I downloaded hextags plugin, and chat procesor, but dont work
sime0282 is offline
snoopy174
Member
Join Date: May 2016
Old 02-02-2018 , 11:12   Re: [ANY]HexTags[Chat/Score Colors][27/01/18]
Reply With Quote #40

not working in the logs there is no error but the tag is not displayed
Quote:
"Terrorist"
{
"ScoreTag" "[Зек]" //The scoreboard-tag
"ChatTag" "{darkblue}[Заключенный]" //The chat-tag with the colors
"ChatColor" "{purple}" //The chat color
"NameColor" "{orchid}" //The name color
}

Last edited by snoopy174; 02-02-2018 at 11:12.
snoopy174 is offline
Send a message via Skype™ to snoopy174
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 06:40.


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