also wenn ich das nicht falsch verstehe willst du gerne das mani admin plugin auf deinem server haben aber hast es noch nicht so richtig verstanden? bzw du bist noch kein admin
also hier mal eine easy beschreibung von mir
1.) downloade hier die NEUSTE version von dem plugin

2.) schieb alles in den cstrike ordner rein
3.) geh unter cstrike/addons klicke auf CreateVDF.exe dann ist da so ein leeres feld da machste dann halt cstrike save drücken und dann kommt ein neues fenster und DA SPEICHERN WICHTIG!!
4.) geh zurück zum cfg ordner öffne deine autoexec.cfg schreibe dort rein
exec mani_server.cfg
5.) mani admin plugin installiert
hier ist die clients.txt (musst dir selbst ein textdokument erstellen und sie clients.txt nennen)
"clients.txt"
{
"version" "1"
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Dein Name im Game"
{
// Client real name
"name" "Dein Name im game"
// Steam ID for client
"steam" "STEAM_0:0:xxxxxxx" // <-
da kommt deine steamid hin
"ip" "xx.***.***.xx"
// These are personal access flags for a player
"flags"
{
"Immunity" "grav ping afk a b c d e f g h i k l m n o p q r s t u v w x"
"Immunity" "y 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 unban"
}
"groups"
{
"Admin" "Admin"
"Immunity" "Admin"
}
}