Fullserver.su CS 1.6 Community Forum

Full Version: Installing Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This article discusses the "Installation of plugins on a game server." Plugins that have been compiled using compiler services have the .amxx extension.

Installation Instructions:
  1. Download the .amxx plugin.
  2. Access the FTP of the game server.
  3. Upload the plugin to the cstrike/addons/amxmodx/plugins/ directory.
  4. Go back to cstrike/addons/amxmodx/configs/plugins.ini.
  5. Add the name of the plugin with the extension (plugin.amxx) to the configuration file.
Let's break it down with an example:
  1. Downloaded plugin.amxx.
  2. Accessed the FTP of the game server.
  3. Uploaded the plugin to the cstrike/addons/amxmodx/plugins/ directory.
  4. Go back to cstrike/addons/amxmodx/configs/plugins.ini.
  5. Added the name of the plugin with the extension (plugin.amxx) to the configuration file.
Done! Use this guide!