View Single Post
Fragenstein
Member
Join Date: Mar 2005
Old 05-12-2022 , 23:01   Re: Can't access admin menu
Reply With Quote #3

Quote:
Originally Posted by Marttt View Post
I believe could be missing a "{" "}" between Admins and Fragenstein.
Probably you should log at sourcemod/logs folder for more info.
Try installing admins.cfg from vanilla Sourcemod download

Also check if sm is installed and running typing "sm plugins list" in server console.
Fixed admins.cfg
Code:
/**
 * USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
 *
 * Each admin should have its own "Admin" section, followed by a name.
 * The name does not have to be unique.
 *
 * Available properties: (Anything else is filtered as custom)
 *      "auth"          - REQUIRED - Auth method to use.  Built-in methods are:
 *                        "steam"  - Steam based authentication
 *                        "name"   - Name based authentication
 *                        "ip"	- IP based authentication
 *                        Anything else is treated as custom.
 *					 Note: Only one auth method is allowed per entry.
 *
 *      "identity"      - REQUIRED - Identification string, for example, a steamid or name.
 *					 Note: Only one identity is allowed per entry.
 *
 *      "password"      - Optional password to require.
 *      "group"         - Adds one group to the user's group table.
 *      "flags"         - Adds one or more flags to the user's permissions.
 *		"immunity"		- Sets the user's immunity level (0 = no immunity).
 *						  Immunity can be any value.  Admins with higher 
 *						  values cannot be targetted.  See sm_immunity_mode 
 *						  to tweak the rules.  Default value is 0.
 *
 * Example:
	"BAILOPAN"
	{
		"auth"			"steam"
		"identity"		"STEAM_0:1:16"
		"flags"			"abcdef"
	}
 *
 */
Admins
        "Fragenstein"
{
           "auth"			"steam"
		"identity"		      "STEAM_76561197968912756"
		"flags"			"z"
}
sm plugins
Code:
[SM] Listing 43 plugins:
  01 "Admin File Reader" (1.11.0.6883) by AlliedModders LLC
  02 "Admin Help" (1.11.0.6883) by AlliedModders LLC
  03 "Admin Menu" (1.11.0.6883) by AlliedModders LLC
  04 "Anti-Flood" (1.11.0.6883) by AlliedModders LLC
  05 "Basic Ban Commands" (1.11.0.6883) by AlliedModders LLC
  06 "Basic Chat" (1.11.0.6883) by AlliedModders LLC
  07 "Basic Comm Control" (1.11.0.6883) by AlliedModders LLC
  08 "Basic Commands" (1.11.0.6883) by AlliedModders LLC
  09 "Basic Info Triggers" (1.11.0.6883) by AlliedModders LLC
  10 "Basic Votes" (1.11.0.6883) by AlliedModders LLC
  11 "Client Preferences" (1.11.0.6883) by AlliedModders LLC
  12 "Fun Commands" (1.11.0.6883) by AlliedModders LLC
  13 "Fun Votes" (1.11.0.6883) by AlliedModders LLC
  14 "GunGame:SM" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  15 "GunGame:SM Afk Management" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  16 "GunGame:SM Bot Protection" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  17 "GunGame:SM Config Reader" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  18 "GunGame:SM Display Winner" (1.2.16.0) by bl4nk, Otstrel.ru Team
  19 "GunGame:SM Winner Logger" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  20 "GunGame:SM Map Vote Starter" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  21 "GunGame:SM Stats" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  22 "GunGame:SM TK Management" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  23 "GunGame:SM Warmup Configs Execution" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  24 "GunGame:SM Winner Effects" (1.2.16.0) by teame06-hat, Liam, Otstrel.ru Team
  25 "HLstatsX CE Ingame Plugin" (1.6.19) by psychonic
  26 "MapChooser" (1.11.0.6881) by AlliedModders LLC
  27 "Nextmap" (1.11.0.6883) by AlliedModders LLC
  28 "Player Commands" (1.11.0.6883) by AlliedModders LLC
  29 "Reserved Slots" (1.11.0.6883) by AlliedModders LLC
  30 "Rock The Vote" (1.11.0.6881) by AlliedModders LLC
  31 "seDirector" (6.11.2) by seDirector
  32 "DeathMatch:SM" (1.8.0) by Otstrel.ru Team, TigerOx, TechKnow
  33 "DeathMatch:SM Elimination" (1.8.0) by Otstrel.ru Team
  34 "DeathMatch:SM First Spawn" (1.8.0) by Otstrel.ru Team
  35 "DeathMatch:SM Ragdoll Remover" (1.8.0) by Otstrel.ru Team, TigerOx, TechKnow
  36 "DeathMatch:SM Spawn Protection" (1.8.0) by Otstrel.ru Team, TigerOx, TechKnow
  37 "DeathMatch:SM Preset Spawns" (1.8.0) by Otstrel.ru Team, TigerOx, TechKnow
  38 "DeathMatch:SM Weapons Remover" (1.8.0) by Otstrel.ru Team, TigerOx, TechKnow
  39 "Team Balance" (1.2) by Otstrel.ru Team
  40 "StickyNades Lite" (1.3.3) by TigerOx, Tsunami
  41 "Sound Commands" (1.11.0.6883) by AlliedModders LLC
  42 "SuperLogs: CSS" (1.2.4) by psychonic
  43 "SuperLogs: Generic" (1.0) by psychonic
Still not working
Fragenstein is offline