View Single Post
Jonathan6615
Member
Join Date: May 2013
Old 07-08-2013 , 15:00   Re: Can't Add Admins to Sourcemod?
Reply With Quote #7

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
__________________

Last edited by Jonathan6615; 07-08-2013 at 15:00.
Jonathan6615 is offline