![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) | |
|
Member
VIP
Join Date: Mar 2008
Location: BC , Canada
Posts: 250
|
Step 1: Go into your FTP area, and then head to your cstrike\addons\amxmodx\configs folder and copy the users.ini file to your computer. This is the file that stores who the admins are, and what privileges they get.
Step 2: Decide whether you'd like to use your STEAM ID to authenticate you as an admin, or if you'd like to use your IP address. Another possibility is authenticating via a username/password, but this method is usually not recommended. Please note: you should only choose one of those three methods to authenticate yourself. Step 3: Add the following line to the bottom of your users.ini file if you're using a STEAM ID. The only thing you have to change is the STEAM ID to match your own (you can check what your STEAM ID by going into the game and typing "status" in the console), and the permissions if you want to only give yourself or others specific permissions. For more information regarding what each letter stands for regarding permissions, please see your users.ini file. Do not change what's in the second empty quotes, or what's in the last quotes: "STEAM_0:1:12345" "" "abcdefghijklmnopqrstu" "ce" If you'd like to use your IP address, make it look like this instead (remember to only change the IP address, and if you'd like, the permissions in the third quotes. You can check your IP address by going to www.myipaddress.com): "123.43.43.53" "" "abcdefghijklmnopqrstu" "de" If you'd like to use a username/password, it should look like this (please only change the username, password, and privileges, while leaving the last quotes alone): "login_name" "my_password" "abcdefghijklmnopqrstu" "a" Please note that for the above option, you will be required to set a password on the client end as well. To do that, create a file in your cstrike folder on your computer called userconfig.cfg if you don't already have one. In it, have the client put setinfo _pw "password" in it. For example: setinfo _pw "my_password" Remember: You only need to use *one* of the above lines of code to authenticate yourself as an admin. Either choose the Steam ID method, the IP address method, or the username/password method. Step 4: Save the users.ini file, and copy it back via FTP to the cstrike\addons\amxmodx\configs folder. Step 5: Restart your server so the new users.ini file is loaded. *NOTE* If you had any problems with this guide, or some part(s) of the guide didn't work, just PM me or leave a comment stating the problem and I will try my best to find a way around the problem or even fix it.
__________________
Want to improve your CS:S skillz? Check out FPS God! Second Place = First Loser Quote:
-To add flavor, we've extended the visible spectrum. Need some one on one assitence, or just want to play? Add me on steam: alfastark |
|
|
|
|
|
|
#2 (permalink) |
|
Member
Counter-Terrorist
Join Date: Nov 2007
Posts: 245
|
im administrating 2 servers 1 for CZ and 1 for CS1.6 and on both i add admins thru FTP.
the flags have to be "de" for STEAM_ID and "ce" for IP. im sure of that for my two servers, can any1 else confirm that ? (Someone who has servers not from FAQs online).
__________________
Christian Gaming Community -- Christian Legion CZ Server : 63.211.111.35:27015 More help? CS Help Desk (Tutorials/ Guides) Need a website? PM me, lets work it out. |
|
|
|
|
|
#3 (permalink) | |
|
Member
VIP
Join Date: Mar 2008
Location: BC , Canada
Posts: 250
|
I run a server with AMX Mod X and I used those exact ones to add myself as admin, and i was looking at my "user.ini" file. It worked for me the way i said it. I don't know about others... I don't copy/paste from FAQ's either, I write my own, the way that i did it to make it work.
__________________
Want to improve your CS:S skillz? Check out FPS God! Second Place = First Loser Quote:
-To add flavor, we've extended the visible spectrum. Need some one on one assitence, or just want to play? Add me on steam: alfastark |
|
|
|
|
|
|
#4 (permalink) | |
|
Member
VIP
Join Date: Mar 2008
Location: BC , Canada
Posts: 250
|
Im pretty sure that you are wrong, because here is the copy/pasted part from users.ini that says which is which:
Code:
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)
__________________
Want to improve your CS:S skillz? Check out FPS God! Second Place = First Loser Quote:
-To add flavor, we've extended the visible spectrum. Need some one on one assitence, or just want to play? Add me on steam: alfastark |
|
|
|
|
|
|
#5 (permalink) |
|
Member
Counter-Terrorist
Join Date: Nov 2007
Posts: 245
|
ya ur right, sorry
![]()
__________________
Christian Gaming Community -- Christian Legion CZ Server : 63.211.111.35:27015 More help? CS Help Desk (Tutorials/ Guides) Need a website? PM me, lets work it out. |
|
|
|
|
|
#6 (permalink) |
|
Member
Hostage
Join Date: Jun 2008
Posts: 5
|
i have a problem
this is my user.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 ; Account flags: ; a - disconnect player on invalid password ; b - clan tag ; c - this is wonid ; d - this is ip ; e - password is not checked (only name/ip/wonid needed) ; Format of an admin entry: ; <name|ip|wonid> <password> <access flags> <account flags> ; comment (not required) -------------------------------------------------------------------------------------------------------- ; "12345" "" "abcdefghijklmnopqrstu" "ce" ; kill3r (Jason) ; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de" ; blade (Mike) ; "[WC] Slacker" "my_password" "abcdefghijklmnopqrstu" "a" ; "54321" "" "b" "ce" ; John's res slot ; Enable this to gain admin access on your listen server ; "loopback" "" "abcdefghijklmnopqrstu" "de" "192.168.1.102" "" "abcdefghijklmnopqrstu" "de" "Faris" "farisalharbi" "abcdefghijklmnopqrstu" "a" is there anything wrong with it? if there is plz tell me .. if there isnt anything wrong .. then the next i did is the make file in cstrike folder : i made a notepad and named it userconfig.cfg then i wrote in it setinfo _pw "farisalharbi" is there anything wrong with it?? if there is plz tell me .. if there is nothing wrong .. ok then .. where do i enter the user and pass?? plzz help me |
|
|
|
|
|
#7 (permalink) | |
|
Member
VIP
Join Date: Mar 2008
Location: BC , Canada
Posts: 250
|
u enter it in console i belive. but, since i greatly reject the fact of having to enter a password everytime u enter a server, i never used passwords so im not 100% sure, though thats what i think u do
__________________
Want to improve your CS:S skillz? Check out FPS God! Second Place = First Loser Quote:
-To add flavor, we've extended the visible spectrum. Need some one on one assitence, or just want to play? Add me on steam: alfastark |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUIDE] How to add admins AMX Mod | sinex | AMX Mod | 11 | 09-30-2008 06:12 PM |
| [GUIDE] How To Install AMX Mod | sinex | AMX Mod | 6 | 07-28-2008 06:30 PM |
| RPG MOD admins | CaRnAgE! | Mani Admin Plugin | 8 | 03-26-2008 04:10 AM |
| RTV with admins on | Poisonpez | Configs | 2 | 09-23-2007 07:31 AM |
| any one looking for admins !!!!!! | boondockninja | Counter Strike 1.6 | 0 | 02-15-2007 07:58 PM |