AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   How to add admin for amxmodx? (https://forums.alliedmods.net/showthread.php?t=161651)

ctd l volcom 07-09-2011 15:11

How to add admin for amxmodx?
 
Hi im new to all this i just got a server and i downloaded amxmodx.. i dl it onto my server the only thing is i cannot add admins ive been to the users.ini notebook thing i put in my steam id pw and flags but when i get into my server its says i have no access.. can anyone help me out?

Stang 07-09-2011 15:48

Re: How to add admin for amxmodx?
 
There are two ways you can add yourself, or another user to admin commands in a server.

1) Going into the server:
- Go into the server by starting the game then go to console '~', and type in the RCON password for the server. The command you would use in console would be; rcon_password "PASSWORD" in that exact format with the " included. To find out the servers RCON password, log-in to the server's FTP settings and go to the main start place and find server.cfg. Open that up and it should be at the top, if you can't find it search for it by hitting CTRL + F and search "RCON". After doing so, type this into console: rcon changelevel de_dust2 (Or any other map the server has). Once it loads a new map, your admin should work.

2) Going into the users.ini file
- Go into the servers users.ini file and setup the the line like this: "STEAM ID" "" "abcdefghijklmnopqrstu" "ce". Having it set-up like that will make it so when your STEAM ID enters the server it is given access to admin. The "ce" part makes it mean that it is referring to the STEAM ID and it is not checking for a password. If you setup an admin to the example I showed above it should work. Restart the server and go into the server, your admin should be working.

ctd l volcom 07-09-2011 16:00

Re: How to add admin for amxmodx?
 
k so i got the rcon to work now how do i get amx admin?
; 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"
"STEAM_0:1:41122782" "" "abcdefghijklmnopqrstu" "ce"

the last line is my steam id setup is this right?

Stang 07-09-2011 16:27

Re: How to add admin for amxmodx?
 
So you have AMXMODX installed onto your server, correct? Yes, your STEAM ID on the bottom is in correct format. Now what you do is restart your server or change the map. After doing that go into your server and type this in console, 'amxmodmenu'.

ctd l volcom 07-09-2011 16:30

Re: How to add admin for amxmodx?
 
i changed the level and type amxmodmenu and it says i have no access to that command

wickedd 07-09-2011 16:40

Re: How to add admin for amxmodx?
 
Try restarting the server.

ctd l volcom 07-09-2011 16:43

Re: How to add admin for amxmodx?
 
i"ve done that plenty of time but i type this in console
rcon amx_addadmin "STEAM_0:1:41122782" "" "abcdefghijklmnopqrstu" "ce"
and now i cant enter my server i think i fucked up big on this one.. it says
"kicked : you have no entry to this server"
i stopped the server and restarted it and it still wont let me in =(

Stang 07-09-2011 17:09

Re: How to add admin for amxmodx?
 
Are you on STEAM right now? If so, whats your name so I can add you.

ctd l volcom 07-09-2011 17:17

Re: How to add admin for amxmodx?
 
its econtreras1489 but im about to go to work will you be on tomorrow? whats your steam name? so i know

Stang 07-09-2011 17:20

Re: How to add admin for amxmodx?
 
I added you and it said you are ignoring me. Send me a private message tomorrow when you get back from work and I will help you.


All times are GMT -4. The time now is 16:52.

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