|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"NAME"
{
// Client real name
"name" "NAME"
// This sub key is for multiple steam ids
"steam"
{
"steam1" "STEAM_X:X:XXXXX"
}
"groups"
{
"Admin" "Superadmin"
}
}
// This must be a unique client name
"NAME"
{
// Client real name
"name" "NAME"
// Steam ID for client
"steam" "STEAM_X:X:XXXX"
"groups"
{
"Admin" "admin"
}
}
}
// These are global groups of flags that can be assigned to clients
"groups"
{
"Admin"
{
"Superadmin" "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"
"admin" "k b"
}
}
}
|
Zitat
"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" "ma_client"
"nick" "@menu"
}
// This must be a unique client name
"Sireextrem"
{
// Client real name
"name" "Sireextrem"
// Steam ID for client
"steam" "STEAM_0:1:19228513"
// These are personal access flags for a player
"flags"
{
"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
"(=BSC=)I kill for Austria"
{
// Client real name
"name" "(=BSC=)I kill for Austria"
// Steam ID for client
"steam" "STEAM_0:1:20285721"
// These are personal access flags for a player
"groups"
{
"Admin" "admin"
}
}
}
// These are global groups of flags that can be assigned to clients
"groups"
{
"Admin"
{
"Superadmin" "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"
"admin" "k b"
}
}
}