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

How to add admin


Post New Thread Reply   
 
Thread Tools Display Modes
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 03-04-2006 , 07:54  
Reply With Quote #11

Code:
; 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)

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

; you can start here (the ";" means dont read this line)


"STEAM_0:0:0000000" "" "acdefghijklmnopqrstu" "ce"
"steamid if admin" "password to login" "aceslevel" "flags"
[/quote]
wouter is offline
`zer0.
Junior Member
Join Date: Mar 2006
Location: New York
Old 03-04-2006 , 08:04  
Reply With Quote #12

It still says you dont have access what does flags means?
`zer0. is offline
Send a message via AIM to `zer0. Send a message via MSN to `zer0.
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 03-04-2006 , 08:06  
Reply With Quote #13

i think you need to read this first m8
Code:
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) 

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

; Examples of admin accounts: 
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
wouter is offline
`zer0.
Junior Member
Join Date: Mar 2006
Location: New York
Old 03-04-2006 , 08:07  
Reply With Quote #14

ohhh abcdefg........?
`zer0. is offline
Send a message via AIM to `zer0. Send a message via MSN to `zer0.
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 03-04-2006 , 08:08  
Reply With Quote #15

let me see what you put in the file, goes a lot easyer
wouter is offline
`zer0.
Junior Member
Join Date: Mar 2006
Location: New York
Old 03-04-2006 , 08:08  
Reply With Quote #16

So whats access level?
`zer0. is offline
Send a message via AIM to `zer0. Send a message via MSN to `zer0.
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 03-04-2006 , 08:10  
Reply With Quote #17

Quote:
Originally Posted by `zer0.
So whats access level?
dipends from what you admin is alowed to do, if he only may kick you only may put "c" in it
wouter is offline
`zer0.
Junior Member
Join Date: Mar 2006
Location: New York
Old 03-04-2006 , 08:12  
Reply With Quote #18

well im testing it on my dedicated server my steam id is STEAM_0:0:6564609 and pass zero now how do i do it fully. So i can have full admin? plz code that for me so i can add it tnx
`zer0. is offline
Send a message via AIM to `zer0. Send a message via MSN to `zer0.
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 03-04-2006 , 08:15  
Reply With Quote #19

Quote:
Originally Posted by `zer0.
well im testing it on my dedicated server my steam id is STEAM_0:0:6564609 and pass zero now how do i do it fully. So i can have full admin? plz code that for me so i can add it tnx
"STEAM_0:0:6564609" "" "abcdefgijklmnopqrstu" "ce" // then you have a slot reservation so you'll loose a slot for the other clients

"STEAM_0:0:6564609" "" "acdefgijklmnopqrstu" "ce" // without the reservation

choose one of this 2
wouter is offline
`zer0.
Junior Member
Join Date: Mar 2006
Location: New York
Old 03-04-2006 , 08:17  
Reply With Quote #20

1st will do good lolz.
`zer0. is offline
Send a message via AIM to `zer0. Send a message via MSN to `zer0.
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 17:27.


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