View Single Post
Re: Crashing Problem
Old
  (#3)
Daniell_
Member
 
Status: Offline
Posts: 2
Join Date: Dec 2006
Thumbs down Re: Crashing Problem - 22-12-2006

I'll guess AMX is disabled this way..
Plugins.ini (In metamod folder)
Quote:
; AMX Mod
;win32 addons/amx/dlls/amx_mm.dll

;Monster Mod
; win32 addons/monster/dlls/monster_mm.dll
; linux addons/monster/dlls/monster_mm_i386.so

; NOTE: don't declare 'pure' AMX Modules here
; (those not having '_mm' in their filename)

; CS Stats (AMX module)
; win32 addons/amx/modules/csstats_mm.dll

; Fun (AMX module)
; win32 addons/amx/modules/fun_mm.dll

; Vexd Utilities (AMX module)
; win32 addons/amx/modules/VexdUM_mm.dll
; linux addons/amx/modules/VexdUM_mm_i586.so

; Bots
win32 addons/podbot/podbot_mm.dll
I still get crash..

EDIT:Well.. now i solved it!

I saw that when i restarted the server it said that my metamod was too new for podbot ^^

Last edited by Daniell_; 22-12-2006 at 22:50.. Reason: Solved it