AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   My Admin not working (https://forums.alliedmods.net/showthread.php?t=184397)

Hans17 05-04-2012 19:25

My Admin not working
 
Hello,

I've searched the forums and found a similar topic but it was never resolved.

When I go onto my own public server and try to use admin I get "You do not have access to that command."

Here is my admin.cfg:

Admins
{

"LordHans"
{
"auth" "steam"
"indentity" "STEAM_0:1:19627674"
"immunity" "100"
"flags" "z"
}
}

Any help is greatly appreciated. It's been a while since I've set up a server so I'm doing this from a complete noobies point of view.

Thank you
Hans

MasterOfTheXP 05-04-2012 20:00

Re: My Admin not working
 
Have you used sm_reloadadmins or restarted the server yet?

Lob (UK 05-04-2012 20:54

Re: My Admin not working
 
Try addding yourself to the admins_simple.ini like so

Code:

"STEAM_0:1:19627674"      "99:z" // All Permissions
And dont forget to restart the Server before testing like MasterOfTheXP said. ;)

- Lob (UK)

ReFlexPoison 05-04-2012 21:21

Re: My Admin not working
 
Well, I prefer admin.cfg now, I don't see how..
PHP Code:

Admins
{
    
"LordHans"
    
{
        
"auth"    "steam"
        "identity"    "STEAM_0:1:19627674"
        "immunity"    "100"
        "flags"    "z"
    
}


...wouldn't work unless you didn't add the indents correctly.

You could attempt to use this as well. Helps maintain admins.

Dr. McKay 05-04-2012 21:59

Re: My Admin not working
 
You spelled "identity" wrong.

Hans17 05-05-2012 12:24

Re: My Admin not working
 
Quote:

Originally Posted by MasterOfTheXP (Post 1702300)
Have you used sm_reloadadmins or restarted the server yet?

I did restart the server multiple time.

Quote:

Originally Posted by ReFlexPoison (Post 1702324)
Well, I prefer admin.cfg now, I don't see how..
PHP Code:

Admins
{
    
"LordHans"
    
{
        
"auth"    "steam"
        "identity"    "STEAM_0:1:19627674"
        "immunity"    "100"
        "flags"    "z"
    
}


...wouldn't work unless you didn't add the indents correctly.

You could attempt to use this as well. Helps maintain admins.

The indents reset after I closed and reopened the file in notepad.

AND WOW! Thank you for that program. Will make it much easier.

Quote:

Originally Posted by Dr. McKay (Post 1702356)
You spelled "identity" wrong.

Pretty sure I spelt it correctly.

ReFlexPoison 05-05-2012 12:25

Re: My Admin not working
 
Quote:

Originally Posted by Hans17 (Post 1702690)
I did restart the server multiple time.



The indents reset after I closed and reopened the file in notepad.

AND WOW! Thank you for that program. Will make it much easier.



Pretty sure I spelt it correctly.

Not in your quote, you spelled it indendity.


All times are GMT -4. The time now is 07:07.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.