skaterfou2024 Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 Depuis quelques jours, jai amxmodx, tout marchait bien le amxmodmenu etc tout ... et la, alor que je n' est touché a rien, quand je tape " amxmodmenu " dans ma console il me dit " amxmodmenu : commande inconnue " d' où ca peut venir ?? . merci
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 ca provient surement de ton amx qui est fatigué dans la console tape meta list pour voir si il est run.. sur un serveur loué utilise HLSw, en prenant soin d'activé les logs pour avoir le retour
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 [citation=42645,0,2][nom]thedark a écrit[/nom]ca provient surement de ton amx qui est fatigué dans la console tape meta list pour voir si il est run.. sur un serveur loué utilise HLSw, en prenant soin d'activé les logs pour avoir le retour [/citation] apparemment tout marche Currently loaded plugins: description stat pend file vers src load unlod [ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.00 ini ANY ANY 1 plugins, 1 running meme tout les plugin, amx_help tout vraiment tout marche sauf cette commande ( qui marchait ya 3 jours ) et personne ny a toucher
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 bon et est ce tu as les droits admin dessus ? fait amx_help pour voir les commandes accéssibles.. tu n'aurais pas enlever le flag u dans le users.ini ?
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 Nan du tout rien touché alor que tout marchait parfaitement. Par exemple hier soir deja ca me le fesait, mais pas a un gars de ma team qui lui, taper amxmodmenu et ca marchait, maintenant lui non plus ca ne marche plus .. Et dans amx_help jai tout ya rien qui a bouger
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 tu as essayé un reload du serveur ?
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 [citation=42657,0,6][nom]thedark a écrit[/nom]tu as essayé un reload du serveur ?[/citation] Ben je fait la commande " restart " a partir de hlsw, parceque en fesant " exit " le serveur ne se relance pas ( c' est un pote qui le crer sur une connection perso ) mais restart et exit c est équivalent non ? jai meme essayer de recharger amx ( javai une sauvegarde la veille quand tout marchait niquel ) ben rien a faire ca change pas ...
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 exit tu quit le serveur, si il est sous Linux et que l'option -*autorestart est spécidfié il se relancera. il faut que tu revoies les fichiers de configuration comme le users.ini et le plugins.ini, regarde aussi les logs, si il y a un bug, il y a forcement un message d'erreur.
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 c' est fait ... j' ai remis plugins.ini et users.ini d origine ( en y rajoutant mon steam id ) ca me fait pareil :'(
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 tu peux faire un copier coller ici de ton plugins.ini modules.ini et users.ini
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 Voila 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 ; 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 needed) ; Format of an admin entry: ; ; comment (not required) -------------------------------------------------------------------------------------------------------- "STEAM_0:0:58798" "" "abcdefghijklmnopqrstuz" "ce" ; Deadman "STEAM_0:0:1247739" "" "abcdefghijklmnopqrstu" "ce" ; Mist "STEAM_0:1:10521" "" "abcdefghijklmnopqrstu" "ce" ; Kqkq "STEAM_0:0:198750" "" "abcdefghijklmnopqrstu" "ce" ; Quiniou "STEAM_0:0:1364075" "" "abcdefghijklmnopqrstu" "ce" ; Nasty "STEAM_0:1:715122" "" "abcdefghijklmnopqrstu" "ce" ; Raph "STEAM_0:0:8486" "" "abcdefghijklmnopqrstu" "ce" ; N1x "STEAM_0:1:750451" "" "abcdefghijklmnopqrstu" "ce" ; Youssef ; "[WC] Slacker" "my_password" "abcdefghijklmnopqrstu" "a" ; Enable this to gain admin access on your listen server ; "loopback" "" "abcdefghijklmnopqrstu" "de" plugins.ini ; AMX Mod X plugins; Admin Base - Always one has to be activated admin.amxx ; admin base (required for any admin-related) ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx) ; Basic admincmd.amxx ; basic admin console commands adminhelp.amxx ; help command for admin console commands adminslots.amxx ; slot reservation multilingual.amxx ; Multi-Lingual management ; Menus menufront.amxx ; front-end for admin menus cmdmenu.amxx ; command menu (speech, settings) plmenu.amxx ; players menu (kick, ban, client cmds.) ;telemenu.amxx ; teleport menu (Fun Module required!) mapsmenu.amxx ; maps menu (vote, changelevel) ; Chat / Messages adminchat.amxx ; console chat commands antiflood.amxx ; prevent clients from chat-flooding the server scrollmsg.amxx ; displays a scrolling message imessage.amxx ; displays information messages adminvote.amxx ; vote commands ; Map related nextmap.amxx ; displays next map in mapcycle mapchooser.amxx ; allows to vote for next map timeleft.amxx ; displays time left on map ; Configuration pausecfg.amxx ; allows to pause and unpause some plugins statscfg.amxx ; allows to manage stats plugins via menu and commands ; Counter-Strike ;restmenu.amxx ; restrict weapons menu ;statsx.amxx ; stats on death or round end (CSX Module required!) ;miscstats.amxx ; bunch of events announcement for Counter-Strike ;stats_logging.amxx ; weapons stats logging (CSX Module required!) ; Custom - Add 3rd party plugins here ; amx match deluxe;amx_match_deluxe.amx ; last man bets;lastmanbets.amxx ; swear filter;swear_filter.amxx modules.ini ; AMX Mod X Modules; You can specify both linux & win32 modules here ; To enable a module, remove the semi-colon from the line ; ------------------------------ ; Fun - provides extra functions ; ------------------------------ fun_amxx_i386.so fun_amxx.dll fun_amxx_amd64.so ; ---------------------------------------------------- ; Engine - provides engine functions core to Half-Life ; ---------------------------------------------------- ;engine_amxx_i386.so ;engine_amxx.dll ;engine_amxx_amd64.so ; ---------------------------------------------------------- ; Fakemeta - provides a massive interface into the HL engine ; ---------------------------------------------------------- ;fakemeta_amxx_i386.so ;fakemeta_amxx.dll ;fakemeta_amxx_amd64.so ; ------------------------------------------- ; Database Access - only enable one of these ; ------------------------------------------- ; MySQL ;mysql_amxx_i386.so ;mysql_amxx.dll ;mysql_amxx_amd64.so ; PostgreSQL ;pgsql_amxx_i386.so ;pgsql_amxx.dll ; Microsoft SQL ;mssql_amxx.dll ; --------------------------------------------- ; GeoIP - determines the country of ip adresses ; --------------------------------------------- ;geoip_amxx_i386.so ;geoip_amxx.dll ;geoip_amxx_amd64.so ; ------------------------------------ ; Array - advanced arrays in scripting ; ------------------------------------ ;array_amxx_i386.so ;array_amxx.dll ;array_amxx_amd64.so ; -------------------------------- ; Sockets - network socket support ; -------------------------------- ;sockets_amxx_i386.so ;sockets_amxx.dll ;sockets_amxx_amd64.so ; -------------------------- ; Regular Expression support ; -------------------------- ;regex_amxx_i386.so ;regex_amxx.dll ;regex_amxx_amd64.so ; ---------------------------------------------------------- ; Counter-Strike - adds functions specific to Counter-Strike ; ---------------------------------------------------------- cstrike_amxx_i386.so cstrike_amxx.dll cstrike_amxx_amd64.so ; ----------------------------------------------------- ; CSX - adds functionality for CS statistics and events ; ----------------------------------------------------- csx_amxx_i386.so csx_amxx.dll csx_amxx_amd64.so
thedark Posté(e) le 8 février 2005 Signaler Posté(e) le 8 février 2005 "STEAM_0:0:58798" "" "abcdefghijklmnopqrstuz" "ce" ; Deadman la il faut pas de z ala fin deja. ; Custom - Add 3rd party plugins here ; amx match deluxe;amx_match_deluxe.amx ; last man bets;lastmanbets.amxx ; swear filter;swear_filter.amxx pas comem ça en ligne lmais l'un sous l'autre amx_match_deluxe.amx ;mx_match_deluxe lastmanbets.amxx ;lastmanbets swear_filter.amxx ;swear_filter P.S. : amx_matck_deluxe n'est pas bon ou mal ecrit ce doit etre amx_match_deluxe.amxx, donc soit tu as pris la version amx, dans ce cas va sur le site amxmodx.org >> plugni et telecharge le amxmatchdeluxe pour amxX ou corrige le nom.
skaterfou2024 Posté(e) le 8 février 2005 Auteur Signaler Posté(e) le 8 février 2005 j' ai régler le probleme, jai enlever tout, retélécharger et remis, tout marche merci
Exyntigor Posté(e) le 1 juin 2012 Signaler Posté(e) le 1 juin 2012 Ce sujet a été déplacé de la catégorie Logiciel vers la categorie Aide Technique par Exyntigor
Question
skaterfou2024
Depuis quelques jours, jai amxmodx, tout marchait bien le amxmodmenu etc tout ... et la, alor que je n' est touché a rien, quand je tape " amxmodmenu " dans ma console il me dit " amxmodmenu : commande inconnue " d' où ca peut venir ?? .
merci
13 réponses à cette question
Messages recommandés
Archivé
Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.