View Single Post
sk8terz0mbie
Junior Member
Join Date: May 2013
Location: California,USA
Old 07-09-2013 , 03:54   Re: Can't Add Admins to Sourcemod?
Reply With Quote #8

Quote:
Originally Posted by Jonathan6615 View Post
My Admin.cfg
Code:
Admins
{
	"Your Username"
	{
		"auth"		"steam"
		"identity"	        "your steamid"
		"flags"		"z"
		"immunity"	        "99"
	}
	"some other guys user"
	{
		"auth"		"steam"
		"identity"	        "someone elses steamid"
		"flags"		"z"
		"immunity"	       "99"
	}
	"another different guy"
	{
		"auth"		"steam"
		"identity"	       "another steam id"
		"flags"	       "a"
		"immunity"	       "5"
	}
	"another guy"
	{
		"auth"		"steam"
		"identity"	        "another other steam id"
		"flags"		"a"
		"immunity"	        "5"
	}
}
If you want just you

Code:
Admins
{

	"Your User"
	{
		"auth"			"steam"
		"identity"		        "Your SteamID"
		"flags"			"your admin flags"
	}
}
Just have to line em up the code doesnt show this correctly for some reason
K thanks I'll try it later

Edit:

Funny, Its already like that but it still doesnt work.
__________________

Last edited by sk8terz0mbie; 07-09-2013 at 18:44.
sk8terz0mbie is offline