03-28-2008, 07:31 AM
Installed Mani Admin by Metamod.
The plugin is loaded by Metamod and its visible ingame.
Commnds timeleft etc. are working, but when I type in console command: admin
It says:
You are not authorised to run the command admin!
My config is generated by Mani's CFG Generator, IP is 100% good. I've tried different configs, but it still dont work for me.
I lose hope to get it run.
As you see config is good, there are no whitespaces and other shits.
The plugin is loaded by Metamod and its visible ingame.
Commnds timeleft etc. are working, but when I type in console command: admin
It says:
You are not authorised to run the command admin!
My config is generated by Mani's CFG Generator, IP is 100% good. I've tried different configs, but it still dont work for me.
I lose hope to get it run.
Code:
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Raga"
{
// Client real name
"name" "Raga"
// IP address for client
"ip" "192.168.0.214"
// These are personal access flags for a player
"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"
}
}
}
As you see config is good, there are no whitespaces and other shits.