January 26, 20233 yr Administrator If you want to add custom addons, plugins follow the steps bellow: mkdir ~/amxmodx && cd ~/amxmodx Download the amxmodx and cstrike addons: wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-base-linux.tar.gz ; wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ; tar -xvf amxmodx-1.9.0-git5293-base-linux.tar.gz && tar -xvf amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ; Copy the addons folder to your server mv addons ~/Steam/cs_server/cstrike
If you want to add custom addons, plugins follow the steps bellow:
mkdir ~/amxmodx && cd ~/amxmodxDownload the amxmodx and cstrike addons:
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-base-linux.tar.gz ; wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ; tar -xvf amxmodx-1.9.0-git5293-base-linux.tar.gz && tar -xvf amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ;Copy the addons folder to your server
mv addons ~/Steam/cs_server/cstrike