View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-13-2022 , 10:55   Re: Can't access admin menu
Reply With Quote #8

Quote:
Originally Posted by Fragenstein View Post
I did notice this when executing sm_reloadadmins

Code:
sm_reloadadmins
L 05/13/2022 - 07:34:41: [admin-flatfile.smx] Error(s) detected parsing addons\sourcemod\configs\admins.cfg
L 05/13/2022 - 07:34:41: [admin-flatfile.smx]  (line 38) A property was declared outside of a section
L 05/13/2022 - 07:34:41: [basecommands.smx] "Console<0><Console><Console>" refreshed the admin cache.
[SM] Admin cache has been refreshed.
:?:
Post what you have in admins.cfg so far when you got that error.

If you did it right, it should look like this and there shouldn't be any errors:
Code:
Admins
{
        "Fragenstein"
	{
		"auth"			"steam"
		"identity"		      "STEAM_0:0:4323514"
		"flags"			"z"
	}
}
__________________
Psyk0tik is offline