Raised This Month: $32 Target: $400
 8% 

Having Problems To Use ADmin Rights


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
Allen.wow
New Member
Join Date: Feb 2011
Old 09-16-2012 , 07:54   Having Problems To Use ADmin Rights
#1

I have HLDS with Swds47+48
The Problem is that i am trying to make my self a server admin on my own hlds by i am not able to have to rights for that in game (Sorry For Bad English) Error is Always You have no access to this command.

User.ini is here

; Users configuration file
; File location: $moddir/addons/amxmodx/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)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"

; 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"

"10.100.0.184" "" "abcdefghijklmnopqrstu" "de"

"42.201.246.192" "" "abcdefghijklmnopqrstu" "de"



i am using both the local ip and the Static Ip..and i dnt have router..

Kindly help me out
Allen.wow is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 09-16-2012 , 08:57   Re: Having Problems To Use ADmin Rights
#2

non-steam = no support!
__________________

Mordekay is offline
Dani2
BANNED
Join Date: Sep 2012
Location: Pakistan
Old 09-16-2012 , 09:24   Re: Having Problems To Use ADmin Rights
#3

***IM TELLING YOU WITH ONLY NAME ADMIN MAKING***

To make yourself admin on your server, follow below:
NOTE: If you are making yourself admin with your Public IP, and your IP changes everytime you can't make yourself admin! So you need to make yourself with your name,

Your users.ini should look like this: (by default. If you dont made any changes)

Quote:
; Users configuration file
; File location: $moddir/addons/amxmodx/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)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"
; 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"

"loopback" "" "abcdefghijklmnopqrstu" "de"
Now you need to delete the last line which is: "loopback" "" "abcdefghijklmnopqrstu" "de"
and then add your name, your access flags, your account flags.
Example:
"Danial" "" "abcdefghijklmnopqrstu" "e"

Danial is the name of Admin Player. the second thing is the Access flags for that Admin and then the Account flags. in this case this Player dont need a Password to enter with Admin Flags.

Now close and save the users.ini and restart your server (if running) and then connect to your server as Danial name and then type in console amxmodmenu if the menu opens, mean you are now admin.

NOTE 2: anyone can enter in the server with name Danial and can get access flags! So you need to make yourself admin with Password Protection. Which im telling you in next Post.

Last edited by Dani2; 09-16-2012 at 09:29.
Dani2 is offline
Dani2
BANNED
Join Date: Sep 2012
Location: Pakistan
Old 09-16-2012 , 09:26   Re: Having Problems To Use ADmin Rights
#4

Does not matter if you are Steam or Non-Steam. anyone can be admin.
Dani2 is offline
Allen.wow
New Member
Join Date: Feb 2011
Old 09-16-2012 , 13:14   Re: Having Problems To Use ADmin Rights
#5

Thank Buddy For the fast replies..
Extrem Thank to DANI2 for detaild reply and guide...

But Bro the problem is same after ur guide :S

Chk It Out ..Not Privillage OPtion
and also i have same ips in both the public and static it wont change either

*** Ultra Core Protector 7.7 ***
WARNING: UDP_OpenSocket: port: 27015 bind: WSAEADDRINUSE
NET Ports: server 27015, client 27005
Could not get TCP/IP address, TCP/IP disabled
Reason: WSAENOTSOCK
Connecting to 42.201.246.192:27015...
Connection accepted by 42.201.246.192:27015

BUILD 3382 SERVER (0 CRC)
Server # 1
Allen* connected
Allen* is joining the Counter-Terrorist force
Scoring will not start until both teams
Allen.wow is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-16-2012 , 13:35   Re: Having Problems To Use ADmin Rights
#6

Quote:
Originally Posted by Dani2 View Post
Does not matter if you are Steam or Non-Steam. anyone can be admin.
Non-Steam is not supported here. Period. You cannot provide support for it in this community. Please stop.
__________________
fysiks is offline
Closed Thread


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 21:35.


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