MoAZeR Posted June 11, 2012 Posted June 11, 2012 (edited) Counter Strike: Source tutorial on how to add yourself or first admin in mani admin mod The first time you add an admin to Mani admin plugin isn’t as easy as the times after, but once you have done this, you won’t have to do it again. Simple open cfg/ mani_admin_plugin when connected to your FTP server, and edit or create the file named “clients.txt” { "version" "1" // This key group lists all your client players "players" { // This must be a unique client name "YOUR NAME" { // Client real name "name" "YOUR NAME" // Steam ID for client "steam" "STEAM ID HERE" // 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" } } } } In this file, replace where is says “YOUR NAME” twice with your name, and then change “STEAM ID HERE” with your steam ID, then save the file and restart your server. Regards, Adrian Edited March 31, 2018 by Fearless News Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.