SRCDS Steam group


Client.txt Admin Help!
#1
Exclamation 
{
"version" "1"

// This key group lists all your client players
"players"
{
// This must be a unique client name
"Admin_1"
{
// Client real name
"name" "|EOA| St1flus"
// Steam ID for client
"steam" "STEAM_0:1:19613198"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_2"
{
// Client real name
"name" "|EOA| OMG TEH PWNS"
// Steam ID for client
"steam" "STEAM_0:0:19841470"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_3"
{
// Client real name
"name" "|EOA| Jaythorpe"
// Steam ID for client
"steam" "STEAM_0:1:16042495"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_4"
{
// Client real name
"name" "|EOA| Rkon"
// Steam ID for client
"steam" "STEAM_0:0:19641267"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_5"
{
// Client real name
"name" "|EOA| Bromir"
// Steam ID for client
"steam" "STEAM_0:1:13332216"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_6"
{
// Client real name
"name" "|EOA| XDOWNED"
// Steam ID for client
"steam" "STEAM_0:1:17324350"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_7"
{
// Client real name
"name" "|EOA| Minamo"
// Steam ID for client
"steam" "STEAM_0:0:8544154"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_8"
{
// Client real name
"name" "|EOA| Heinrich"
// Steam ID for client
"steam" "STEAM_0:1:16554444"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_9"
{
// Client real name
"name" "|EOA| Kalashnikov"
// Steam ID for client
"steam" "STEAM_0:0:13239362"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_10"
{
// Client real name
"name" "|EOA| Maxn00bPwNeR"
// Steam ID for client
"steam" "STEAM_0:0:6135830"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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"
}
}
}
}


WHAT'S WRONG WITH MY CLIENT.TXT ?
Why is isn't it working!
PLEASE HELP!
Reply
#2
Subject changed and thread moved.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#3
BTW this is MANI ADMIN PLUGIN FOR ALL WHO DONT KNOW!

And thanks Mooga!

Anyone know the problem?
Reply
#4
Hi,

Why do you define 3 times "Admin" for 3 different's flags?

Example:

"clients.txt"
{
"version" "1"
// This must be a unique client name
"Admin_1"
{
// Client real name
"name" "|EOA| St1flus"
// Steam ID for client
"steam" "STEAM_0:1:19613198"
// These are personal access flags for a player
"groups"
{
"Head-Admin" "Serveradmin"
}
}
// These are global groups of flags that can be assigned to clients
"groups"
{
"Head-Admin"
{
"Serveradmin" "grav pban 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 e f g i k l m o p q r s t v w x y z client admin spray"
}
}
}

Try this
Reply
#5
Should I remove the other flags?
Reply
#6
Didn't work, it said again I was unauthorized.
Reply
#7
Hi,

In your autoexec.cfg do you have this?:
Quote:mani_reverse_admin_flags 0 // Set the option to reverse the meaning of the admin flags set in adminlist.txt
mani_reverse_immunity_flags 0 // Set the option to reverse the meaning of the immunity flags set in immunitylist.txt

Clean all your Clients.txt config, all of it and paste only this:
Quote:"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
"name" "|EOA| St1flus"
// Steam ID for client
"steam" "STEAM_0:1:19613198"
// These are personal access flags for a player
"groups"
{
"Head-Admin" "Serveradmin"
}
}
}
// These are global groups of flags that can be assigned to clients
"groups"
{
"Head-Admin"
{
"Serveradmin" "grav pban 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 e f g i k l m o p q r s t v w x y z client admin spray"
}
}
}
Reply
#8
Also:
Drocona put this:
"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
"name" "Client_1"
// Steam ID for client
"steam" "STEAM_0:0:0000"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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
"Admin_2"
{
// Client real name
"name" "Client_2"
// IP address for client
"ip" "192.168.0.12"
// These are personal access flags for a player
"flags"
{
"Admin" "grav pban 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"
"Admin" "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"
}
}
}
}

I don't understand why mine doesn't work.
Reply
#9
I did just put only that...

I don't get why mani keeps having to encrypt the fucking clients.txt.
Reply
#10
Only with my QUOTE and making RESTART on the server you do not have acess to Admin?
Reply
#11
I fixed it somehow. O_o... Idk, thanks anyway, but your code seems a bit faulty.
Reply
#12
"faulty"? It works with me, and you can check here » http://www.mani-admin-plugin.com/index.php?option=com_content&task=view&id=24&Itemid=25

If you put just like what i write in Quote, that code works fine.
Reply
#13
I did it, it didn't work mate. Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)