Depuis maintenant plus d'une semaine j'ai un problême sur notre serveur avec l'amxmodmenu: En effet celui-çi est apparement inconnu dans la console ("unknown command") et cela commence à devenir gênant puissqu'aucun admins ne peut se servir des menus.
J'ai effectuer pas mal de recherches sur internet et j'ai également réinstaller complêtement l'AMX (amx 2006.3) mais sans succès...
Je viens donc cherché votre aide en espérant que vous m'apporterez la solution car celà est très embarrassant et commence à devenir inquiétant.
Je vous post les fichiers USERS.INI et PLUGINS.INI car je pense que cela pourrai provenir d'une mauvaise configuration dans l'un de ces fichiers...
Question
Xplosive
Bonjour,
Depuis maintenant plus d'une semaine j'ai un problême sur notre serveur avec l'amxmodmenu: En effet celui-çi est apparement inconnu dans la console ("unknown command") et cela commence à devenir gênant puissqu'aucun admins ne peut se servir des menus.
J'ai effectuer pas mal de recherches sur internet et j'ai également réinstaller complêtement l'AMX (amx 2006.3) mais sans succès...
Je viens donc cherché votre aide en espérant que vous m'apporterez la solution car celà est très embarrassant et commence à devenir inquiétant.
Je vous post les fichiers USERS.INI et PLUGINS.INI car je pense que cela pourrai provenir d'une mauvaise configuration dans l'un de ces fichiers...
USERS.INI:
[fixed]; Users configuration file
; File location: $moddir/addons/amx/config/users.ini
; To use with Admin plugin
; Line starting with ; is a comment
; Access flags:
; (Check amx/examples/include/amxconst.inc to see the equivalents of these flags for amx plugins)
; a - immunity (can't be kicked/banned/slayed/slapped and affected by other commmands)
; b - reservation (can join on reserved slot)
; c - amx_kick command
; d - amx_ban command (temporary bans only, add flag "v" for permanent bans)
; 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
; v - permanent bans (to permanently ban, you need both "d" and "v" flags)
; w - amx_unban command
; y - supreme admin (this flag permits you to execute commands on admins who have immunity)
; z - user (don't use that access flag with admins!)
; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid
; d - this is ip
; e - password is not checked (only name/ip/steamid/wonid needed)
; Steamid:
; To get yours, type 'status' in the game console
; Password:
; Open/Create userconfig.cfg in your game mod dir (Counter-Strike\cstrike for example).
; In it, put: setinfo "_pw" "my_password"
; Change _pw to the value of amx_password_field defined in amx.cfg
; Make sure that, in your config.cfg file, you have at the end: exec userconfig.cfg
; Format of an admin entry:
; ; comment (not required)
; Examples:
; "STEAM_0:1:12345" "" "abcdefghijklmnopqrstuvw" "ce" ; kill3r (Jason)
; "123.43.43.53" "" "abcdefghijklmnopqrstuvw" "de" ; blade (Mike)
; "[WC] Slacker" "my_password" "abcdefghijklmnopqrstuvw" "a"
; "STEAM_0:1:54321" "" "b" "ce" ; John's res slot
; Enable this to gain admin access on your listen server
"loopback" "" "abcdefghijklmnopqrstuvwy" "de"
; Lines that declare an admin MUST NOT have a semi-colon in front of them.
--------------------------------------------------------------------------------------------------------
"STEAM_0:0:13623***" "" "abcdefghijklmnopqrstu" "ce"; Dog$
"STEAM_0:0:13828***" "" "abcdefghijklmnopqrstu" "ce"; Wardog
"STEAM_0:1:7984***" "" "abcdefghijklmnopqrstu" "ce"; Chouk
"STEAM_0:1:7794***" "" "abcdefghijklmnopqrstu" "ce"; Van Loc
"STEAM_0:1:9178***" "" "bcdefghijklmnopqrstu" "ce"; Bad-Gone69
"STEAM_0:1:10597***" "" "bcdefghijklmnopqrstu" "ce"; Morpion
"STEAM_0:0:4214***" "" "abcdefghijklmnopqrstu" "ce"; Crom
"STEAM_0:1:13559***" "" "abcdefghijklmnopqrstu" "ce"; X-plosive
[/fixed]
PLUGINS.INI
[fixed]; AMX Mod plugins
; To disable any plugin, add a semi-colon ';' to the beginning of its line
; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)
; To load admins from a MySQL db, open the amx/examples/source/default/admin.sma file
; and follow the instructions.
language.amx ; language management
admin.amx ; admin base (required for any admin-related)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin and custom menus
cmdmenu.amx ; command menu (speech, settings)
mapsmenu.amx ; maps menu (vote, changelevel)
plmenu.amx ; players menu (kick, ban, client cmds.)
telemenu.amx ; teleport menu (Fun Module required!)
adminvote.amx ; vote commands
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
nextmap.amx ; displays next map in mapcycle
mapchooser.amx ; allows to vote for next map
timeleft.amx ; displays time left on map
mapconfig.amx ; executes custom map configuration files
pausecfg.amx ; allows to pause and unpause some plugins
plugmod_manager.amx ; manages amx's modules.ini and plugins.ini
welcomemsg.amx ; console motd @ client connection
; Counter-Strike
; Note: you don't need to declare csstats.amx here (CSStats will load it)
statscfg.amx ; allows to manage stats plugins via menu and commands
ff_manager.amx ; friendly-fire manager
restmenu.amx ; restrict weapons menu for Counter-Strike
statsx.amx ; stats on death or round end (CSStats Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
stats_logging.amx ; weapons stats logging (CSStats Module required!)
; Add custom plugins below
[/fixed]
Merci d'avance.
1 réponse à cette question
Messages recommandés
Archivé
Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.