I need help on everything about flags. There is a flag section where i have to add something to make it so i can use commands in-game. Does anyone know where i can find these codes where i can type in to make it so i can use commands such as kick/ban/burn etc.
04-25-2009, 10:43 AM (This post was last modified: 04-25-2009, 10:48 AM by helio.)
you just put them in like
Code:
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Mitchy"
{
// Client real name
"name" "mitchy"
// Steam ID for client
"steam" "STEAM_0:1:13015481"
// These are personal access flags for a player
"flags"
{
"Immunity" "grav ping a b c d e f g h i k l m n o p q r s t u v w x y"
"Immunity" "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"
}
}
}
and u just match the abilities you want them to have