Raised This Month: $ Target: $400
 0% 

can't get admin working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
monkman
Senior Member
Join Date: Jul 2007
Location: Killadelphia
Old 07-07-2008 , 12:47   can't get admin working
Reply With Quote #1

i am just running the sm admin. i am also running realism mod, pistol and hlstatsx plugins. they are working fine. sm is working fine all but the admin. i have the latest snapshot 1.1. here is what my admins cfg looks like.


/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
* "immunity" - Sets the user's immunity level (0 = no immunity).
* Immunity can be any value. Admins with higher
* values cannot be targetted. See sm_immunity_mode
* to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{ "MadMonk"
{
"auth" "steam"
"identity" "STEAM_0:0:123456"
"flags" "99:z"

}
}


any ideas on something to try? it is a dod:s linux server.

Last edited by monkman; 07-07-2008 at 13:07.
monkman is offline
spacedkadet
Member
Join Date: May 2008
Old 07-07-2008 , 13:15   Re: can't get admin working
Reply With Quote #2

your flags are wrong m8, should be just "z"
if you want the immunity as 99 then need seperate line:
"immunity" "99"
spacedkadet is offline
monkman
Senior Member
Join Date: Jul 2007
Location: Killadelphia
Old 07-07-2008 , 13:27   Re: can't get admin working
Reply With Quote #3

ok i changed it to:
"flags" "z"
and still a no go.
monkman is offline
Ravager01
Member
Join Date: Jul 2006
Old 07-07-2008 , 13:47   Re: can't get admin working
Reply With Quote #4

This is how it should look.

Code:
"Admins"
{
"MadMonk" {
"auth" "steam" "identity" "STEAM_0:0:123456" "flags" "z" "immunity" "99"
}
}
Ravager01 is offline
iggythepop
Senior Member
Join Date: Mar 2008
Location: The Clouds
Old 07-07-2008 , 13:50   Re: can't get admin working
Reply With Quote #5

use the admins_simple.ini make sure you type in console as such

sm_admin

To bind to a key like I have this is the admin menu bind and the key I use

bind ] sm_admin

here is a example copied out of my files

////////////////////////////////
// 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_0:1:874649" "99:z"
"STEAM_0:1:16829427" "99:z"
"STEAM_0:0:12653645" "99:z"
"STEAM_0:0:10386059" "99:z"
"STEAM_0:1:1473332" "99:z"
"STEAM_0:0:4455440" "99:z"
"STEAM_0:0:19675404" "99:z"

put about four spaces between the steam id and the "99:z" it wont let me in the forums

these are my actual admins

PS: the admin keys double fire because of a valve update that is already in the works for a fix by valve its not a source mod issue so be careful the buttons push fast. Valve is working on the double fix now should be a update soon. I find fast taps for now do the trick just fine but double check all commands before the final push of admin actions.

Good Luck IGGY


Last edited by iggythepop; 07-07-2008 at 13:55.
iggythepop 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 13:25.


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