View Single Post
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 10-28-2011 , 00:09   Re: [PAID REQ] Different Clantags for Different Admingroups in DODS
Reply With Quote #13

And here we go! This should work, just download the plugin, stick it in plugins, and create a file named "grouptags.txt" located in addons/sourcemod/configs with this format:

Code:
"Group Tags"
{
	"Group Name Here"
	{
		"prefix"			"[PREFIX]"
		"suffix"			"[SUFFIX]"
	}
	"Whitelist"
	{
		"STEAM_0:0:1"		"1"
	}
}
Replace Group Name Here with your admin group, [PREFIX] with what you want prepended to the name, and [SUFFIX] with what you want appended to the name (put a space before or after if you want, it doesn't automatically add a space between the tag and the name). You can leave either the prefix or suffix off if you want. Repeat that for as many groups as you have. You can put Steam IDs you want whitelisted (exempted) under Whitelist, just put it like the line in the example. The "1" is extremely important, it won't work without it.

I'm sending you a PM about payment. Please let me know if there's anything wrong with the plugin, as I've only tested it in TF2, but it should work in DoD:S, or if there's anything else you want in it.
Attached Files
File Type: sp Get Plugin or Get Source (grouptags.sp - 159 views - 1.9 KB)
__________________

Last edited by Dr. McKay; 10-28-2011 at 00:10.
Dr. McKay is offline