10-05-2008, 08:30 AM
(This post was last modified: 10-05-2008, 08:31 AM by itsbaxagain.)
I am trying to add another admin to it and i just cannot get it to work.
When I type ma_admins it only shows me as one. Whats wrong with my file or am I doing something wrong?
----------------------------
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Joshua"
{
// Client real name
"name" "Joshua"
// Steam ID for client
"steam" "STEAM_x"
// This sub key is for multiple ip addresses
"ip"
{
"IP1" "192.168.2.2"
"IP2" "localhost"
"IP3" "127.0.0.1"
}
// These are personal access flags for a player
"groups"
{
"Admin" "Serveradmin"
"Immunity" "Serveradmin"
}
}
// This must be a unique client name
"Matt"
{
// Client real name
"name" "Matt"
// Steam ID for client
"steam" "STEAM_x"
// This sub key is for multiple ip addresses
// These are personal access flags for a player
"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"
}
"Admin"
{
"Serveradmin" "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"
"Serveradmin" "f g i k l m o p q q2 q3 r s t v w x y z admin client grav pban spray"
}
}
}
----------------------------
When I type ma_admins it only shows me as one. Whats wrong with my file or am I doing something wrong?
----------------------------
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Joshua"
{
// Client real name
"name" "Joshua"
// Steam ID for client
"steam" "STEAM_x"
// This sub key is for multiple ip addresses
"ip"
{
"IP1" "192.168.2.2"
"IP2" "localhost"
"IP3" "127.0.0.1"
}
// These are personal access flags for a player
"groups"
{
"Admin" "Serveradmin"
"Immunity" "Serveradmin"
}
}
// This must be a unique client name
"Matt"
{
// Client real name
"name" "Matt"
// Steam ID for client
"steam" "STEAM_x"
// This sub key is for multiple ip addresses
// These are personal access flags for a player
"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"
}
"Admin"
{
"Serveradmin" "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"
"Serveradmin" "f g i k l m o p q q2 q3 r s t v w x y z admin client grav pban spray"
}
}
}
----------------------------