View Single Post
Re: How do i Remove AMX mod
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: How do i Remove AMX mod - 26-01-2007

Go to Your addons/metamod/plugins.ini file and place a semicolon (";") at the front of the line:

win32 addons/amxmodx/dlls/amxmodx_mm.dll

I mean the line should like so:

;win32 addons/amxmodx/dlls/amxmodx_mm.dll

Similar way to make it under linux (the line starts with "linux" instead "win32").
  
Reply With Quote