←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Dziwny Błąd

Zablokowany

  • +
  • -
Chudy - zdjęcie Chudy 09.06.2008

Witam mam problem z amxx 1.8.0 zainstalowałem sobie tego amxx i gram gram i nagle scina serwera i taki błąd w logach wyskakuje.

L 06/09/2008 - 23:24:36: Log file started (file "logs/L0609000.log") (game "cstrike") (version "47/1.1.2.5/Stdio/3651")
L 06/09/2008 - 23:24:36: Server cvar "mp_logfile" = "3"
L 06/09/2008 - 23:24:36: Server cvar "sv_logblocks" = "1"
L 06/09/2008 - 23:24:36: Server cvar "pausable" = "0"
L 06/09/2008 - 23:24:36: Server cvar "sv_aim" = "0"
L 06/09/2008 - 23:24:36: Server cvar "sv_maxrate" = "100000"
L 06/09/2008 - 23:24:36: Server say "Ustawienia serwera wczytane
"
L 06/09/2008 - 23:24:36: [META] Metamod v1.19  2006-04-17
L 06/09/2008 - 23:24:36: [META] by Will Day <[email protected]>
L 06/09/2008 - 23:24:36: [META]    http://www.metamod.org/
L 06/09/2008 - 23:24:36: [META] compiled: Apr 17 2006, 19:08:34 +0200 (optimized)
L 06/09/2008 - 23:24:36: [META] engine: i686
L 06/09/2008 - 23:24:36: [META] Recognized game 'cstrike'; using dllfile 'cs_i386.so'
L 06/09/2008 - 23:24:36: [META] Game DLL for 'Counter-Strike' loaded successfully
L 06/09/2008 - 23:24:36: [META] ini: Begin reading plugins list: /home/hlds/hlds_l/cstrike/addons/metamod/plugins.ini
L 06/09/2008 - 23:24:36: [META] ini: Read plugin config for: <amxmodx_mm_i386.so>
L 06/09/2008 - 23:24:36: [META] ini: Finished reading plugins list: /home/hlds/hlds_l/cstrike/addons/metamod/plugins.ini; Found 1 plugins to load
L 06/09/2008 - 23:24:36: [META] dll: Loading plugins...
L 06/09/2008 - 23:24:36: [META] dll: Loaded plugin 'Fun': Fun v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team
L 06/09/2008 - 23:24:36: [META] dll: Loaded plugin 'CStrike': CStrike v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team
L 06/09/2008 - 23:24:36: [META] dll: Loaded plugin 'CSX': CSX v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team
L 06/09/2008 - 23:24:36: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Not loading plugin 'Fun'; already loaded (status=running)
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Failed to load plugin 'fun_amxx_i386.so'
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Not loading plugin 'CStrike'; already loaded (status=running)
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Failed to load plugin 'cstrike_amxx_i386.so'
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Not loading plugin 'CSX'; already loaded (status=running)
L 06/09/2008 - 23:24:36: [META] ERROR: dll: Failed to load plugin 'csx_amxx_i386.so'
L 06/09/2008 - 23:24:36: [META] dll: Finished loading 1 plugins
L 06/09/2008 - 23:24:36: Log file closed
Może ktoś wie jak to naprawić?:
Pozdrawiam
Odpowiedz

  • +
  • -
Abes Mapper - zdjęcie Abes Mapper 09.06.2008

Serwer Windows czy Linux ?
Odpowiedz

  • +
  • -
Chudy - zdjęcie Chudy 09.06.2008

linux
Odpowiedz

  • +
  • -
Abes Mapper - zdjęcie Abes Mapper 09.06.2008

Napisz tutaj co masz w modules.ini, plugins.ini ale w folderze metamod
Odpowiedz

  • +
  • -
Chudy - zdjęcie Chudy 09.06.2008

Plugins.ini

linux addons/amxmodx/dlls/amxmodx_mm_i386.so


Modules.ini
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
Odpowiedz

  • +
  • -
silversurfer - zdjęcie silversurfer 10.06.2008

;engine
;fakemeta

Zamień na
engine
fakemeta
Odpowiedz

  • +
  • -
Chudy - zdjęcie Chudy 10.06.2008

juz sobie poradzilem:)
Odpowiedz
Zablokowany