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

INstalled SH mod and now my admin is goone


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Trig.Happy
Junior Member
Join Date: Jan 2006
Location: Ontario,Canada
Old 01-05-2006 , 13:29   INstalled SH mod and now my admin is goone
Reply With Quote #1

I Installed SH mod and then my admin was gone so i did

;"STEAM_xxxxxxx" "my password"
"abcdefghijklmnopqrstu"
"ce"
; AoD General
And it says i ahve no access to the command "amxmodmenu"

I move the semi colen away from my steam ID and put it beside it but Still no admin any idea's on how i can get it back?
Trig.Happy is offline
Send a message via AIM to Trig.Happy Send a message via MSN to Trig.Happy
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-05-2006 , 13:44  
Reply With Quote #2

Without a password:
Code:
"STEAM_x:x:xxxxxxx" "" "abcdefghijklmnopqrstu" "ce"
With a password:
Code:
"STEAM_x:x:xxxxxxx" "yourPassword" "abcdefghijklmnopqrstu" "c"
At any rate, read the docs and stop asking such simple questions.
http://www.amxmodx.org/doc/source/co...ion/admins.htm
Brad is offline
Trig.Happy
Junior Member
Join Date: Jan 2006
Location: Ontario,Canada
Old 01-05-2006 , 13:48  
Reply With Quote #3

I did it the way with out a password and it wont work i've tried everything i've read the doc's Its to complicated for a n00b/young kid like me to understand,So i do the next smart thign and ask the people that know what they are doing
Trig.Happy is offline
Send a message via AIM to Trig.Happy Send a message via MSN to Trig.Happy
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 01-05-2006 , 19:27  
Reply With Quote #4

he already showed you the exact line, its no more complicated than that. Why dont you show us your best attempt at replicating that example above into your users.ini (use a code block on the forums).
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
Trig.Happy
Junior Member
Join Date: Jan 2006
Location: Ontario,Canada
Old 01-05-2006 , 22:05  
Reply With Quote #5

Code:
 ; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

; Format of an admin entry:
; <name|ip|steamid>	<password> 	<access flags>		<account flags>	; comment (not required)
--------------------------------------------------------------------------------------------------------
; "STEAM_0:1:XXXXXXX"  ""    "abcdefghijklmnopqrstu"           "ce"
Thats my user.ini tell me what i did wrong
Trig.Happy is offline
Send a message via AIM to Trig.Happy Send a message via MSN to Trig.Happy
SubFive
Senior Member
Join Date: Dec 2005
Location: USA
Old 01-05-2006 , 22:07  
Reply With Quote #6

Remove the semicolon:

Code:
 ; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

; Format of an admin entry:
; <name|ip|steamid>   <password>    <access flags>      <account flags>   ; comment (not required)
--------------------------------------------------------------------------------------------------------
"STEAM_0:1:XXXXXXX" "" "abcdefghijklmnopqrstu" "ce"
SubFive is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-05-2006 , 22:52  
Reply With Quote #7

If that doesn't work, also remove all that extra whitespace between each of the arguments. Just use a single space between each.
Brad is offline
Trig.Happy
Junior Member
Join Date: Jan 2006
Location: Ontario,Canada
Old 01-06-2006 , 00:00  
Reply With Quote #8

I Installed UAIO (i think i did) I tried to follow the directions right so i just put the files wher ei knew they went(Was obvious)And Maybe That is Stopping Me Form get Admin on My Server?
Trig.Happy is offline
Send a message via AIM to Trig.Happy Send a message via MSN to Trig.Happy
Trig.Happy
Junior Member
Join Date: Jan 2006
Location: Ontario,Canada
Old 01-06-2006 , 01:54  
Reply With Quote #9

Alright yall did your best Thanks for all your help What i did was delete it lal re-install AMXMODX and i got my admin back was that simple SH didnt want me to have it lol
Trig.Happy is offline
Send a message via AIM to Trig.Happy Send a message via MSN to Trig.Happy
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 01-06-2006 , 06:26  
Reply With Quote #10

in no way does superhero change or restrict adminship at all.... so... I'm guessing you never deleted that semicolon like we said, since doing so would have fixed your admin.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
Reply


Thread Tools
Display Modes

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 11:22.


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