Ayuda rápida con AMX MOD X

mongui

Buenas. Tengo ya todo configurado, admins, plugins, etc etc... Pero no sé qué hay que hacer para loguearte como admin, ni na... Yo lo que quiero es que los que he agregado mediante steam id, se autologueen al entrar al server. Hay alguna manera? Decidme un poco cómo va éso de los admins plis. Thanks

AlejaaaN1

Se supone que cuando has puesto sus correspondidas STEAM ID al poner amxmodmenu en consola deberia de irle

mongui

Es que igual tengo mal editada la hoja de users.

Copy&paste

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

"STEAM_0:1:11986843" "" "abcdefghijklmnopqrstu" "a"
"STEAM_0:0:756450" "" "abcdefghijklmnopqrstu" "a"
"STEAM_0:1:1400833" "" "abcdefghijklmnopqrstu" "a"
"STEAM_0:0:10691842" "" "abcdefghijklmnopqrstu" "a"
"STEAM_0:1:12100444" "" "abcdefghijklmnopqrstu" "a"

BkP-

al final en vez de "a" , pon "ce"
"STEAM_0:1:11986843" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_0:0:756450" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_0:1:1400833" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_0:0:10691842" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_0:1:12100444" "" "abcdefghijklmnopqrstu" "ce"

mongui

Muchísimas gracias. Acabo de darme cuenta de que las letras sirven para los distintos modos de otorgar poderes. Muchas gracias de nuevo.

Saludos ;)

EDIT: Y cómo hago para poder restringir armas y teletransportar jugadores? Es que no me deja en el menú. Hay que dar más privilegios o algo?

NosFeR_

#5 eso creo que necesitas plugins, mírate la página de amxx, hay bastantes para descargar

mongui

Ahora tengo un problemilla. Igual he editado mal alguna hoja del amx, pero cuando hago un changelevel, se me cuelga el server. Decidme bien qué archivos tiene que ejecutar el metamod, y qué módulos el amx

EDIT: Ya no se me cuelga al cambiar, pero es una mierda. No me va el rank. Joder, si lo único que he hecho ha sido reinstalar el amx para lo del cvar. :S Qué habré puesto mal?