Install:
1) Go in cstrike\addons. Create a folder, and named is in
metamod.
2) Create a folder in addons\metamod, called dlls.
3)Download the
Linux version or the
Windows
version.
4) Put .dll / .so in addons\metamod\dlls
5) Go in the cstrike folder and search for liblist.gam.
For windows, change the line:
gamedll "dlls\mp.dll"
with:
gamedll "addons\metamod\dlls\metamod.dll"
For linux, change this line:
gamedll_linux "dlls/mp_i386.so"
with:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Go in \addons\metamod and create plugins.ini. There add the next
line for windows
win32 addons\amxmodx\dlls\amxmodx_mm.dll
For linux:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so