Raised This Month: $51 Target: $400
 12% 

Adding Admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JonT
New Member
Join Date: Oct 2012
Old 10-26-2012 , 18:54   Adding Admin
Reply With Quote #1

Im trying to add myself as admin on my server. I have followed every direction possible. Youtube vids. the wiki... even joined IRC only to get banned... I need help. I want to use your mod and I can't.
JonT is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 10-26-2012 , 19:04   Re: Adding Admin
Reply With Quote #2

Post your config file here please (omit any sensitive info if applicable).
__________________
11530 is offline
JonT
New Member
Join Date: Oct 2012
Old 10-26-2012 , 19:07   Re: Adding Admin
Reply With Quote #3

Code:
//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"        "permissions"        "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//    You can also specify immunity values.  Two examples:
//    "83:abcdefgh"            //Immunity is 83, flags are abcdefgh
//    "6:@Full Admins"        //Immunity is 6, group is "Full Admins"
//
//    Immunity values can be any number.  An admin cannot target an admin with 
//    a higher access value (see sm_immunity_mode to tweak the rules).  Default 
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"        "bce"                //generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"        "99:z"                //all permissions for this ip, immunity value is 99
//   "BAILOPAN"            "abc"    "Gab3n"        //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////
 

"STEAM_0:0:14337227"     "99:z"    /Me
"STEAM_0:1:29860474"    "99:z"    /JW
JonT is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 10-26-2012 , 19:10   Re: Adding Admin
Reply With Quote #4

Try changing /Me and /JW to //Me and //JW. Comments require a double-slash. Also ensure you restart the server after (or use sm_reloadadmins via rcon).
__________________
11530 is offline
JonT
New Member
Join Date: Oct 2012
Old 10-26-2012 , 19:19   Re: Adding Admin
Reply With Quote #5

ahh thank you so much for that!
JonT is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 10-26-2012 , 19:26   Re: Adding Admin
Reply With Quote #6

You're welcome dude. And welcome to the forums.
__________________
11530 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode