AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   INstalled SH mod and now my admin is goone (https://forums.alliedmods.net/showthread.php?t=22855)

Trig.Happy 01-05-2006 13:29

INstalled SH mod and now my admin is goone
 
I Installed SH mod and then my admin was gone so i did

;"STEAM_x:x: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?

Brad 01-05-2006 13:44

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

Trig.Happy 01-05-2006 13:48

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

jtp10181 01-05-2006 19:27

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).

Trig.Happy 01-05-2006 22:05

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

SubFive 01-05-2006 22:07

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"


Brad 01-05-2006 22:52

If that doesn't work, also remove all that extra whitespace between each of the arguments. Just use a single space between each.

Trig.Happy 01-06-2006 00:00

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 01-06-2006 01:54

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

jtp10181 01-06-2006 06:26

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. :roll:


All times are GMT -4. The time now is 19:59.

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