View Single Post
Author Message
the_unknown
BANNED
Join Date: May 2010
Old 06-20-2010 , 23:08   this sourcemod right
Reply With Quote #1

admins.cfg

Code:
"Admins"
{
    "Theunknown"
    {
        "auth"        "steam"
        "identity"        "STEAMID"
        "group"        "root admin"
        "immunity"        "100"
    }
    "bradly"
    {
        "auth"        "steam"
        "identity"        "STEAMID"
        "group"        "admin"
        "immunity"        "40"
    }
    "phildude"
    {
        "auth"        "steam"
        "identity"        "STEAMID
        "group"        "basic admin"
        "immunity"        "20"
    }    
}
admin_groups.cfg
Code:
"Groups"
{
    "basic admin"
    {
        "flags"        "abcdfj"
    }
    "root admin"
    {
        "flags"        "z"
    }
    "adminhelp"
    {
        "flags"        "abcdgjk"
    }
    "admin"
    {
        "flags"        "abcg"
    }
}
i put there real steam ids of course but only i have admin not them this code wrong?

i do not need to edit admins_simple.ini?

Last edited by the_unknown; 06-20-2010 at 23:21.
the_unknown is offline