SRCDS Steam group


mani admin plugin
#1
when i can not be an admin on my sorce dedicated server. i do the client.txt like this.what i have wrong:
"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_x:x:xxxxxx"
"groups"
{
"Admin" "Serveradmin"
"Immunity" "Serveradmin"
}
}
}

// These are global groups of flags that can be assigned to clients
"groups"
{
"Immunity"
{
"Serveradmin" "a b c d e f g h i j k l m n o p q r s t u v x y afk ping autojoin grav Immunity"
"Clanmember" "a b c h k n afk ping grav autojoin Immunity"
}
"Admin"
{
"Serveradmin" "A B C T U V W X Y Z a b c d o p q q2 q3 r z admin client grav pban spray"
"Clanmember" "B D E F a b c o q q2 q3 s t v w x y admin pban spray"
}
}

}
Reply
#2
loooks like ur missin the "personal clients flag" line this is wat mine looks like

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

// This key group lists all your client players
"players"
{
// This must be a unique client name
"client_1"
{
// Client real name
"name" "client_1"
// Steam ID for client
"steam" "STEAM_0:1:11246456"
// These are personal access flags for a player
"flags"

{
"Immunity" "a"
"Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V"
"Admin" "W X Y Z a b c d e f g i k l m o p q r s t v w x y z client"
"Admin" "admin spray"
}
}
// This must be a unique client name

Althouh i see you might be trying to place it in groups if so. you are not specifying a grp for it when u add it

This is what you have
----------------------------------
"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_x:x:xxxxxx"
-------------------------------------
Then you jump streaiht into grouping
-------------------------------------

"groups"
{
"Admin" "Serveradmin"
"Immunity" "Serveradmin"
}
}
}
--------------------------------------
But when you added the admin you specifeid no group, you added it as an individual add.
[Image: 461031727.png]

Reply
#3
also make sure you save it as clients.txt not client.txt
Reply
#4
it is still not working.helppp
Reply
#5
thanks i solve my problem
Reply
#6
What did you do? Might be usefully for other peoples Smile
Reply
#7
ok whats was the solution?
[Image: 461031727.png]

Reply
#8
lolz :p

I posted first!!!
Reply
#9
hak much??? i even wrote less! x[
[Image: 461031727.png]

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)