January 26, 20233 yr Administrator In your cstrike folder, find the liblist.gam and open it with a text editor, such as notepad. Find this: gamedll dlls/mp.dll gamedll_linux dlls/cs.so gamedll_osx dlls/cs.dylib Replace it with this line: gamedll_linux addons/metamod/dlls/metamod.so Go to your server directory cstrike folder cd ~/Steam/cs_server/cstrike Download the Metamod and Extract the files on your desktop now copy the addons folder inside your cstrike server folder. mkdir -p addons/metamod/dlls; cd ~/Steam/cs_server/cstrike/addons/metamod/dlls; wget https://github.com/Bots-United/metamod-p/releases/download/v1.21p38/metamod_i686_linux_win32-1.21p38.tar.xz; tar -xvf metamod_i686_linux_win32-1.21p38.tar.xz; rm -rf metamod_i686_linux_win32-1.21p38.tar.xz; Internal Add this new line in the file cstrike/addons/metamod/plugins.ini, if it does not exist create it. linux addons/amxmodx/dlls/amxmodx_mm_i386.so Save (and upload) plugins.ini
In your cstrike folder, find the liblist.gam and open it with a text editor, such as notepad.
Find this:
gamedll dlls/mp.dll gamedll_linux dlls/cs.so gamedll_osx dlls/cs.dylibReplace it with this line:
gamedll_linux addons/metamod/dlls/metamod.soGo to your server directory cstrike folder
cd ~/Steam/cs_server/cstrikeDownload the Metamod and Extract the files on your desktop now copy the addons folder inside your cstrike server folder.
mkdir -p addons/metamod/dlls; cd ~/Steam/cs_server/cstrike/addons/metamod/dlls; wget https://github.com/Bots-United/metamod-p/releases/download/v1.21p38/metamod_i686_linux_win32-1.21p38.tar.xz; tar -xvf metamod_i686_linux_win32-1.21p38.tar.xz; rm -rf metamod_i686_linux_win32-1.21p38.tar.xz;Internal
Add this new line in the file cstrike/addons/metamod/plugins.ini, if it does not exist create it.
linux addons/amxmodx/dlls/amxmodx_mm_i386.soSave (and upload) plugins.ini