Installing AMXX plugins on a CS 1.6 server
In this guide, you will learn how to install AMXX plugins on your CS 1.6 server. This task is not very difficult. The main thing is to move files of the correct formats into the appropriate folders. You will learn how to do this in our step-by-step manual. Let’s start the installation. First, download the required plugin to your PC. Suppose we downloaded a plugin. Have you downloaded the plugin archive? Now extract it. *sma, *amxx, *ini, *txt – these are all possible file formats that may be in the archive. Sometimes the package may also include models, sprites, and sounds.Code
The file with the extension *sma is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/scripting».
The file with the extension *amxx is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/plugins».
The file with the extension *ini is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/configs».
The file with the extension *cfg is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/configs».
The file with the extension *txt is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/data/lang».
The file with the extension *amxx is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/plugins».
The file with the extension *ini is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/configs».
The file with the extension *cfg is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/configs».
The file with the extension *txt is placed in «C:/CS 1.6 server/cstrike/addons/amxmodx/data/lang».
Code
«C:/Your server/cstrike/addons/amxmodx/configs/plugins.ini».
