Thread: help
View Single Post
Re: help
Old
  (#12)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default Re: help - 09-06-2004

I don't quite understand. Are you saying it is unzipping to the wrong place? If so, then move it. If they are in the right place you need to modify addons\metamod\plugins.ini. Add this (if it is not there):

# AMX Mod
win32 addons/amx/dlls/amx_mm.dll
linux addons/amx/dlls/amx_mm_i386.so
# More script functions for AMX Mod
win32 addons/amx/dlls/fun_ms.dll
linux addons/amx/dlls/fun_ms_i386.so

If you want logging, add this too:

# Stats for Counter-Strike
win32 addons/amx/dlls/csstats_ms.dll
linux addons/amx/dlls/csstats_ms_i386.so

Also, if you want logging enable stats.amx and stats_logging.amx in your addons\amx\plugins\plugins.ini. They need the entry in the other plugins to work. If you don't plan on using them do not enable the cs stats module in the addons\metamod\plugins.ini file.
  
Reply With Quote