Как мне надо расписать- Если я Spaiker и мой STEAM_0:0:2025339801
[spoiler]
"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"    "nick"
            // Steam ID for client
            "steam"    "STEAM_0:1:1"
            "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 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"
      }
   }
}
[/i][/spoiler]