02-01-2009, 09:55 PM
Hello.. I want to make multiple admins on my server.. But how do i do that ?.
Here is a config file.. I dont know where to place it.. But the code in it is:
I would really appreciate help XD (spelling)
Here is a config file.. I dont know where to place it.. But the code in it is:
Code:
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Admin_1"
{
// Client real name
"name" "Dantrix"
// Steam ID for client
"steam" "STEAM_0:0:22248888"
// 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" "Cookie"
// IP address for client
"steam" "STEAM_0:1:22702028"
// 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 would really appreciate help XD (spelling)