SRCDS Steam group


Admin on my Server
#1
I have been try to make myslef admin of my server but i still cant do it . when i go into my game it say i am not allow to do that when i press "v".
Someone help
Reply
#2
have you added yourself to the clients.txt file? or have you even created it? is this a lan or public server?
Reply
#3
NVM found out my self the client was messed up
Reply
#4
Do u no how to make it so i can have more then one admin
Reply
#5
There are loads of examples on the mani admin plugin website/forums
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#6
To bad the site is ofline
Reply
#7
just repeat the whole section over and over:

Code:
"clients.txt"
{
    "version"    "1"
// This key group lists all your client players
    "players"
    {
        // This must be a unique client name
        "admin1"
        {
            // Client real name
            "name"    "admin1"
            // Steam ID for client
            "steam"    "STEAM_0:0:0000000"
            // These are personal access flags for a player
            "flags"
            {
                "Admin"    "admin"
            }
            "groups"
            {
                "Admin"    "Full Admins"
            }
        }

        // This must be a unique client name
        "admin2"
        {
            // Client real name
            "name"    "admin2"
            // This sub key is for multiple steam ids
            "steam"
            {
                "steam1"    "STEAM_0:0:000000"
            }
            // These are personal access flags for a player
            "flags"
            {
                "Admin"    "admin"
            }
            "groups"
            {
                "Admin"    "Full Admins"
            }
        }

        // This must be a unique client name
        "admin3"
        {
            // Client real name
            "name"    "admin3"
            // Steam ID for client
            "steam"    "STEAM_0:1:000000"
            // These are personal access flags for a player
            "flags"
            {
                "Admin"    "admin"
            }
            "groups"
            {
                "Admin"    "Full Admins"
            }
        }
.
.
.
.
.
.
.
}

    // These are global groups of flags that can be assigned to clients
    "groups"
    {
        "Admin"
        {
            "Full Admins"    "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d"
            "Full Admins"    "e f g i j k l m o p q r s t v w x y z admin spray grav pban"
            "Full Admins"    "client"
            "Guest Admins"    "A B C D F G I K L O Q R T U V W Y Z a b c d f i j k l m o p"
            "Guest Admins"    "q s t v w x q2 q3 admin spray grav pban client"
            "Level 2 Access"    "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a c d e"
            "Level 2 Access"    "f g i j k l m o p q r s t v w z admin spray grav pban client"
            "No Rcon Or Sound"    "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d"
            "No Rcon Or Sound"    "e f g i j k l m o q s t v w x y z admin spray grav pban"
            "No Rcon Or Sound"    "client"
        }
    }

}
Reply
#8
Use this Mani Clients Generator **Works Great**
http://www.wildfireclan.co.uk/?act=maniclients
Join my css server
Server Name: Practice Fun 24/7 Dust 2 by mprush.com
Server Ip: 72.189.111.12:27015
Reply
#9
thanx mprush12
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)