Raised This Month: $51 Target: $400
 12% 

Solved Admins not acknowledged


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
vEGA
Junior Member
Join Date: Jan 2005
Old 10-12-2019 , 11:43   Admins not acknowledged
Reply With Quote #1

Hi guys,

I have installed Metamod and Sourcemod and everything seems to be loaded so far.

Unfortunately, I just cannot get the admins to be acknowledged. Did something change in the procedure?

Here are my two files:

admins.cfg:
Code:
Admins
{
        "Player1"
        {
                "auth" "steam"
                "identify" "STEAM_1:1:xxxxxxx"
                "group" "Superadmins"
        }

        "Player2"
        {
                "auth" "steam"
                "identify" "STEAM_1:1:xxxxxxxxx"
                "group" "Admins"
        }
}

admin_groups.cfg:
Code:
Groups
{
        "Default"
        {
                "immunity"              "1"
        }

        "Superadmins"
        {
                "flags" "z"

                 Overrides
                 {
                 }

                "immunity" "99"
        }

        "Admins"
        {
                "flags" "abcdegjk"

                 Overrides
                 {
                 }

                "immunity" "1"
        }
}
But as soon as !admin is written into the text, it says: [SM] You do not have access to this command.

Anyone sees the issue?

Thanks in advance.

Last edited by vEGA; 10-13-2019 at 08:50.
vEGA is offline
xtance
Junior Member
Join Date: Feb 2018
Old 10-12-2019 , 11:47   Re: Admins not acknowledged
Reply With Quote #2

It's identity, not identify in admins.cfg
(Also try putting everything in quotes -> "Overrides" instead of Overrides and so on, I don't sure if this necessary but official guide has them https://wiki.alliedmods.net/Adding_Groups_(SourceMod) )

Last edited by xtance; 10-12-2019 at 11:52.
xtance is offline
vEGA
Junior Member
Join Date: Jan 2005
Old 10-12-2019 , 13:11   Re: Admins not acknowledged
Reply With Quote #3

Thanks a lot, mate.
vEGA is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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