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

Admin SourceMod Issues


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mage4life101
New Member
Join Date: Oct 2007
Old 10-31-2007 , 17:56   Admin SourceMod Issues
Reply With Quote #1

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
Mage4life101 is offline
OG_Jebus
New Member
Join Date: Nov 2007
Old 11-04-2007 , 20:24   Re: Admin SourceMod Issues
Reply With Quote #2

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
OG_Jebus is offline
Reply


Thread Tools
Display Modes

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 10:27.


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