AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   Admin SourceMod Issues (https://forums.alliedmods.net/showthread.php?t=62624)

Mage4life101 10-31-2007 17:56

Admin SourceMod Issues
 
:mrgreen::mrgreen::mrgreen::mrgreen:Ok i LOVE THIS DM mod but half my maps arnt in the custom spawnpoints soo.. i decided to make my own, the propblem was that i keept trying to make myself admin but no luck everytime i went in game in my server and in console typed cssdm_spawn_menu it said i dont have acess to that command or i dont have premmsion or something so like i wasnt admin, and i had my flags with the G flag and then i tryed Z and it stil didnt work so if u could mabey give me a file i could use that has me as admin that would be awesome
my steam id is STEAM_0:1:14026325 (All Flags/Full)
or if not then just give me the txt i could copy to my admins config or my simple_amin config thanks!:)

-mage4life101

OG_Jebus 11-04-2007 20:24

Re: Admin SourceMod Issues
 
Here you go Hope This helps :)
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.
 *
 * Example:
    "BAILOPAN"
    {
        "auth"            "steam"
        "identity"        "STEAM_0:1:16"
        "flags"            "abcdef"
    }
 *
 */
Admins
{
    "Your Name"
    {
        "auth"        "steam"
        "identity"    "STEAM_0:1:14026325"
        "flags"        "z"
        "immunity"    "10"
       
    }

   
}

Jebus


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

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