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

[Source 2013] Custom Chat Colors


Post New Thread Reply   
 
Thread Tools Display Modes
deadmau54
AlliedModders Donor
Join Date: May 2013
Old 08-02-2015 , 07:41   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1101

I've had the same problem as @whtevrwt and I've used STEAM_0 for TF2 and it still didn't work.
__________________

Last edited by deadmau54; 08-02-2015 at 10:31.
deadmau54 is offline
barvica
Senior Member
Join Date: Oct 2014
Old 08-12-2015 , 19:12   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1102

can someone reupload Mitchell compiled plugin for CSGO, because i dont know how to compile it? I would appreciate it

I found it here: https://forums.alliedmods.net/showpo...postcount=1047
barvica is offline
Nasa5874
New Member
Join Date: Aug 2015
Location: This crazy place we call
Old 08-14-2015 , 09:37   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1103

Is it possible to start players with a default tag? Such as when a player join the server for the first time he will have a "Member" tag?
__________________


Proud Fur!
Nasa5874 is offline
Send a message via Skype™ to Nasa5874
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-14-2015 , 11:44   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1104

Quote:
Originally Posted by Nasa5874 View Post
Is it possible to start players with a default tag? Such as when a player join the server for the first time he will have a "Member" tag?
Yes, just make a group at the bottom of the config file without a SteamID or a flag.
__________________
Dr. McKay is offline
Nasa5874
New Member
Join Date: Aug 2015
Location: This crazy place we call
Old 08-15-2015 , 18:57   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1105

Quote:
Originally Posted by Dr. McKay View Post
Yes, just make a group at the bottom of the config file without a SteamID or a flag.
Thanks for the help, it works!
__________________


Proud Fur!
Nasa5874 is offline
Send a message via Skype™ to Nasa5874
BisquiteCAT
New Member
Join Date: Aug 2015
Old 08-15-2015 , 21:14   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1106

I'm getting this issue, I'm clueless as to where I define these groups but my config is correct. :cry:
Quote:
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] Error(s) detected parsing addons\sourcemod\configs\admins.cfg
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 41) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 41) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 41) Invalid flag detected: :
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 42) Unknown group "Owner"
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 50) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 50) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 50) Invalid flag detected: :
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 51) Unknown group "Playboy Admin"
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 59) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 59) Invalid flag detected: 9
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 59) Invalid flag detected: :
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 60) Unknown group "Twat Admin"
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 68) Invalid flag detected: 3
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 68) Invalid flag detected: 0
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 68) Invalid flag detected: :
L 08/15/2015 - 23:44:41: [admin-flatfile.smx] (line 69) Unknown group "Mod"

Last edited by BisquiteCAT; 08-15-2015 at 21:15.
BisquiteCAT is offline
misterG
Senior Member
Join Date: May 2015
Location: Romania
Old 08-16-2015 , 07:07   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1107

Quote:
Originally Posted by BisquiteCAT View Post
I'm getting this issue, I'm clueless as to where I define these groups but my config is correct.
It has nothing to do with this plugin. Do you use sourcebans ? Also, if not, YOU MUST, when using admins groups, to take care of the capital letter, i mean: if you have MoD defined in your group cfg, then you must have MoD in your admins cfg, where you write admins.
Also, as i can see you've defined incorrect flags. Can you post both admins and admins groups cfg to take a look at those ?
__________________

Last edited by misterG; 08-16-2015 at 07:09.
misterG is offline
BisquiteCAT
New Member
Join Date: Aug 2015
Old 08-16-2015 , 08:10   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1108

Ok, here are my thingies:
Quote:
Admins.cfg
Admins
{
"CAT"
{
"auth" "steam"
"identity" "STEAM_0:0:42901101"
"flags" "z"
"group" "Owner"
"immunity" "99"
/* .... */
}

"Ozzer"
{
"auth" "steam"
"identity" "STEAM_0:1:57595522"
"flags" "z"
"group" "Playboy Admin"
"immunity" "99"
/* .... */
}

"WATCHNLEARN"
{
"auth" "steam"
"identity" "STEAM_0:0:131466048"
"flags" "z"
"group" "Twat Admin"
"immunity" "99"
/* .... */
}

"Scottslyr"
{
"auth" "steam"
"identity" "STEAM_0:1:56153527"
"flags" "z"
"group" "Mod"
"immunity" "30"
/* .... */
}
}
And I didn't know how to do admins_group.cfg because it didn't make sense to me at all.
So I just left it blank, so, it's probably admins_groups?
__________________
BisquiteCAT is offline
misterG
Senior Member
Join Date: May 2015
Location: Romania
Old 08-16-2015 , 10:13   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1109

Quote:
Originally Posted by BisquiteCAT View Post
Ok, here are my thingies:

And I didn't know how to do admins_group.cfg because it didn't make sense to me at all.
So I just left it blank, so, it's probably admins_groups?
For sure it's the admin groups because you've setted up groups for admins that you must set it too in the admin_groups. If you don't need groups, you can just delete the "group" line:
Code:
"group"	"Owner"
<- This

If you need groups, here's is an example how to use them in admin_groups.cfg file:
Code:
"groups"
{
	"Admins"
	{
		"flags"		"abcdfgjk"
	}
	"Moderator"
	{
		"flags"		"abcdefghijkm"
		"immunity"		"50"
	}
	"owner"
	{
		"flags"		"z"
		"immunity"		"100"
	}
	"Premium"
	{
		"flags"		"ao"
	}
}
And you just put in the admins.cfg the name of the group, for example:
Code:
	"Frame"
	{
		"auth"		"steam"
		"identity"		"STEAM_0:1:101160347"
		"group"		"Admins"
	}
Also, first line in the admins.cfg it's :
Code:
"Admins"
, not
Code:
Admins
This is my last reply on this subject, because it's offtopic.
__________________

Last edited by misterG; 08-16-2015 at 10:15.
misterG is offline
Svenn
New Member
Join Date: Aug 2015
Old 08-19-2015 , 06:46   Re: [Source 2013] Custom Chat Colors
Reply With Quote #1110

What color code thingy does this plugin use for TF2?
Sorry if it is a dumb question
Svenn 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 18:09.


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