

In \addons\metamod, create a folder called "dlls".In \addons, create a folder called "metamod".In your mod folder, create a folder called "addons".

If you already have it installed, you may skip this section and jump to #Installing AMX Mod X.
#Amxx gdzie sa screeny install#
|-lang - Dictionary text files for AMX Mod X ML features (multi lingual)īecause AMX Mod X is a Metamod plugin, you must first install Metamod. |-data - Binary data, for example saved stats, language caches, and GeoIP information |-compiled - Where the compiler batch file stores. |-include - Where include files for source code is stored |-scripting - Where example source code and the compiler/assembler are stored |-plugins - Where plugins are stored (.amx or. |-modules - Where modules are stored (_amxx.dll or _amxx_i386.so etc) |-dlls - this is where Metamod's binaries go The addons folder resides in your mod folder. You should familiarize yourself with AMX Mod X's directory structure. For Linux users, binaries will not end in ".dll", they will usually end in "_i386.so" or "_amd64.so" for AMD64 machines. For this documentation, will refer to the mod folder mentioned above. If you are using remote/ FTP access, you may be restricted to your mod folder or hlds_l already, and don't need to find it. If you're using a dedicated server, it will be HLServer\. If you're installing on a listen server, it will be in \Program Files\Steam\SteamApps\\\. Throughout the documentation we'll refer to your " mod folder" - this is the folder your mod is stored in, like "cstrike" (for Counter-Strike), or "dod" (for Day of Defeat). Otherwise, you can upload the files as you're installing and then use FTP to change things along the way. If you only have FTP access, it's best to install AMX Mod X on a " dummy" folder on your hard drive, do all configuration there, and then upload the files to your server. If you have shell or direct access to your server, you can do all pf the operations directly on the server itself. There are a few ways you can install AMX Mod X.
