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

Admin Problems


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
L4DHelp
Member
Join Date: Dec 2008
Old 12-11-2008 , 13:59   Admin Problems
Reply With Quote #1

Hey guys. I just got an L4D server and wanted to install Sourcemod on it.

However I am having problems with Admins, here is my admins_simple
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:abcdefg"            //Immunity is 83, flags are abcefgh
//    "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"                //kick, ban, slay 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, kick, ban
//
////////////////////////////////
 

"STEAM_1:0:XXXXX" "99:z"
However when I try to run a command in game through the chatbox, such as /kick PLAYER

It just tells me I don't have permission to access that command. My Steam ID is correct. Why can't I perform these commands?
L4DHelp is offline
Sammy-ROCK!
Senior Member
Join Date: Jun 2008
Location: Near Mrs.Lag
Old 12-11-2008 , 14:52   Re: Admin Problems
Reply With Quote #2

Did you really put "STEAM_1:0:XXXXX" or modified for the thread? You have to make sure it's your real steam id. Type Status in console and find your nick then behind it should be your steam id.
Sammy-ROCK! is offline
The009
Member
Join Date: Feb 2007
Old 12-11-2008 , 15:00   Re: Admin Problems
Reply With Quote #3

With L4D I had to try multiple ways of getting admin to work on my game servers.

The only one I found to work on my Nix box was MySQL non threaded.

For some reason that is the only one that wanted to run properly.

Give that one a try if you understand MySQL stuff
__________________
The009 is offline
Send a message via AIM to The009 Send a message via MSN to The009 Send a message via Yahoo to The009 Send a message via Skype™ to The009
L4DHelp
Member
Join Date: Dec 2008
Old 12-11-2008 , 15:51   Re: Admin Problems
Reply With Quote #4

The XXXXX was just for this thread. I got it working in the end. I used that program in the sticky, very handy.
L4DHelp is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-11-2008 , 18:23   Re: Admin Problems
Reply With Quote #5

Maybe admins_simple is broken in 1.2.
__________________
recon0 is offline
monkman
Senior Member
Join Date: Jul 2007
Location: Killadelphia
Old 12-11-2008 , 19:57   Re: Admin Problems
Reply With Quote #6

admin_simple.ini is not broken in 1.2. i use it with no problems and it is not kick in the chatbox. type sm_admin in console and a menu will pop up on the left.
monkman 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 17:11.


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