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

Admin Will Not Work due to Steam_ID_PENDING


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
llcl
Junior Member
Join Date: Nov 2004
Old 11-28-2004 , 20:54   Admin Will Not Work due to Steam_ID_PENDING
Reply With Quote #1

I installed amxmodx 1.0 for counterstrike and natural selection listen servers and i made my steam id set for all admin access but it won't register me as an admin. Yes i do have everything setup properly, no errors in the configs. It's just the steam_ID. I do have access to admin commands but some of them are restricted and i am not immune to gettting banned, slapped, and kicked. Is there a way to get the steam ID to register? Or is there another way to set admin commands, my ip address and name do not work either.

Thx for your help
llcl is offline
-=STN=- MaGe
Veteran Member
Join Date: Apr 2004
Location: Asault World
Old 11-28-2004 , 20:59  
Reply With Quote #2

if it is a listen server and it is loaded the only way i thought to get admin as the host is to use the LOOPBACk crap like the following. that gives the host admin.


Code:
"loopback" "" "abcdefghijklmnopqrstu" "de"
__________________



-=STN=- MaGe is offline
Send a message via Yahoo to -=STN=- MaGe
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 11-28-2004 , 21:55  
Reply With Quote #3

Your obviously doing something wrong if your ip address nor STEAM id is not working with admin.

You got to make sure you have the correct flags that tells AMX MOD X if its your IP only, STEAM ID only and if you need password or not.
__________________

BigBaller is offline
llcl
Junior Member
Join Date: Nov 2004
Old 11-29-2004 , 16:59  
Reply With Quote #4

Here's my users.ini The sub admins work fine... but my ip address, loopback, name, and steam id dont work. I am the only one who cant get the proper access. All my other admins are fine. Yes i am sure i have the right IP address and steam_id when i use that. I even tried my local ip addres and it still didnt work.
Code:
; Users configuration file
; File location: $moddir/addons/amxx/configs/users.ini

; 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 (no admin)

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

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;<<<<<<<<<<Here are ones that i've tried.. i uncommented them when I used them.>>>>>>>>
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;ME   STEAM_0:1:4249607   YES I AM SURE THAT THE STEAM_ID IS RIGHT.

"STEAM_0:1:4249607" "" abcdefghijklmnopqrstu" "ce"

;"I]K[P <Co-co>Timbit!" "clan" "abcdefghijklmnopqrstu" "a"

;>> My IP is dynamic so I have to change it each time and YES I am SURE that it is CORRECT
;"69.156.98.218" "" "abcdefghijklmnopqrstu" "de"

"loopback" "" abcdefghijklmnopqrstu" "de"
"192.168.0.103" "" "abcdefghijklmnopqrstu" "de"


;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<E>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<N>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<D>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

;Sub Admins <<They have NO problems with the admin access>>

;RED
"STEAM_0:0:1415113" "" "bcdefijkmnopqrst" "ce"
;Sash
"STEAM_0:1:5017900" "" cdefgijmnopqrstu" ce"
;IRON
"STEAM_0:0:2423448" "" "bceji" "ce"
Thx for your help
llcl is offline
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 11-29-2004 , 17:07  
Reply With Quote #5

Code:
"STEAM_0:1:4249607" "" abcdefghijklmnopqrstu" "ce" 

;"I]K[P <Co-co>Timbit!" "clan" "abcdefghijklmnopqrstu" "a"
1st mistake:
your forgot the quotes at the beginning of the access levels
it should be:
Code:
"STEAM_0:1:4249607" "" "abcdefghijklmnopqrstu" "ce"
2nd mistake:
you have to tell amxx that the 1st argument in the quotes is the username,
so it should be:
Code:
"I]K[P <Co-co>Timbit!" "clan" "abcdefghijklmnopqrstu" "ba"
and that user needs to have a setinfo line in his config.cfg with his
password.
i.e.: setinfo "_pw" "clan"
FeuerSturm is offline
llcl
Junior Member
Join Date: Nov 2004
Old 11-29-2004 , 17:23  
Reply With Quote #6

Code:
"STEAM_0:1:4249607" "" abcdefghijklmnopqrstu" "ce" 

;"I]K[P <Co-co>Timbit!" "clan" "abcdefghijklmnopqrstu" "a"
The first one was a typo because I had just added that for future reference and I had even tried it again but still no luck. And even with the tags "ba" the username still does not work. could you maybe post an example of what the autoexec.cfg should normally look like for the password "clan"

thx again
llcl is offline
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 11-29-2004 , 21:35  
Reply With Quote #7

It's not autoexec.cfg. That's way back in 1.5. It's userconfig.cfg, and he gave you the example.

setinfo "_pw" "clan"

The "_pw" is whatever is in your amxx.cfg file. It's default is "_pw" though.
f1del1ty.oXi is offline
llcl
Junior Member
Join Date: Nov 2004
Old 11-30-2004 , 16:35  
Reply With Quote #8

Still no luck.. any other ideas on why it wont work. btw im behind a router. but i have the forwarded ports
llcl is offline
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 11-30-2004 , 17:41  
Reply With Quote #9

Can you show us your plugins.ini for AMXX just to be safe?
f1del1ty.oXi is offline
SidLuke
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
Old 11-30-2004 , 18:16  
Reply With Quote #10


type 'status' in game's console and post result ( line about you )
__________________
Looking for DoD plugins ? Check DoD Plugins Center
SidLuke is offline
Send a message via AIM to SidLuke Send a message via MSN to SidLuke
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 05:02.


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