SRCDS Steam group


Mani Admin Plugin
#1
Hello guys, im working on adding the mani-admin-plugin to my server, and I know its working because when I type admin in the console, it says im not authorized.


This is what my clients.txt looks like, I used the online clients.txt maker

"clients.txt"
{
"version" "1"

// This key group lists all your client players
"players"
{


// This must be a unique client name
"Admin_1"
{
// Client real name
"[TNS-M] #BiH KraZy BoSnIaN" "Admin_1"
// Steam ID for client
"steam" "STEAM_0:1:28857872 "
"groups"
{
"Admin" "Main_admin"
}
}

}


// These are global groups of flags that can be assigned to clients
"groups"
{
"Admin"
{
"Main_admin" "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 admin b c client d e f g grav i j k l m o p pban q q2 q3 r s spray t v w x y z"

"Server_admin" " "

"Member_admin" " "
}
}

}


Still says im not authorized,

Can someone tell me where to place it,

Btw
I use


C:\srcds\orangebox\cstrike
C:\srcds\orangebox\


for all my stuff


But specifically

WHERE DO I PLACE THE CLIENTS.TXT


i know im confusing but please help me Big Grin
Reply
#2
You can do that in a faster way by the srcds console.

Go to the console and type this:

Code:
ma_clientgroup addagroup "ServerAdmin" "+#"
ma_clientgroup addigroup "ServerAdmin" "+#"
ma_client addclient "YOURNAME"
ma_client addsteam "YOURNAME" "YOUSTEAMID"
ma_client addagroup "YOURNAME" "ServerAdmin"
ma_client addigroup "YOURNAME" "ServerAdmin"
Reply
#3
"steam" "STEAM_0:1:28857872 "

That's what you wrote, now that little space behind your steamID is the part you fail at :p

Just delete that space and you should be an authorized admin.
"steam" "STEAM_0:1:28857872" <--!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)