Пример прописи админок: 1. По STEAM_ID (Не забывайте это тока пример):
"clients.txt"
{
"version" "1" // This key group lists all your client players
"players"
{
// This must be a unique client name
"[Ябло_ко]"
{
// Client real name
"name" "[Ябло_ко]"
// This sub key is for multiple steam ids
"steam"
{
"steam1" "STEAM_0:0:29598232"
"steam2" "STEAM_0:1:24607635"
"steam3" "STEAM_0:1:22928652"
"steam4" "STEAM_0:1:18375033"
"steam5" "STEAM_0:1:18260398"
"steam6" "STEAM_0:1:27541348"
}
// These are personal access flags for a player
"flags"
{
"Immunity" "grav ping afk a b c d e f g h i k l m n o p q r s t u v w x"
"Immunity" "y autojoin"
"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"
}
}
}
}
2. По IP адресу (Не забывайте это тока пример):
"clients.txt"
{
"version" "1" // This key group lists all your client players
"players"
{
// This must be a unique client name
"[Ябло_ко]"
{
// Client real name
"name" "[Ябло_ко]"
// IP address for client
"ip" "217.25.221.240"
// These are personal access flags for a player
"groups"
{
"Admin" "Serveradmin"
"Immunity" "Clanmember"
}
}
}
// 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 k n p ping grav autojoin Immunity"
"Teamadmin" "b k n ping Immunity"
"No Kick Ban" "b k Immunity"
"NoFun" "d f g i j l t 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"
"Clanmember" "B D F H I K M N O Q R S T U V W X Y Z a b c d f g i j k l m o p s t v w y admin pban"
"Teamadmin" "I O V a b k l o p v w admin"
"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"
}
}
}