Where to throw plugins. How to install a plugin in photoshop for new features? Copy file to directory.

Plugins   - an integral part of any Counter Strike 1.6 server. With their help, you can do something that in the usual "Kontra" is impossible to imagine. For example:

  • include music at the end of the round;
  • display various notifications;
  • create a new HUD or text menu;
  • allocate among the participants of the game administrators and VIP-players;
  • and much more…

However, many newbies, when it comes to the installation process, are wondering how to install plugins in COP 1.6? The process is not particularly difficult, and you can cope with the task in a couple of minutes.

In use are coins in the Czech Republic from 1 to 50 kroons. They are complemented by banknotes worth from 100,000 kroons. The best way   do it - check all the functions. Plugins can be disabled and deleted at any time. This is done through the main menu item "Plugins", which lists all installed plugins. Often, plugin developers also offer the ability to load on their pages.

The plugin should not be installed through a process in the administration area. First you download the plugin to your computer and unpack compressed files. If they are not used, folders and files can also be deleted. Then go back to the administration area and the "Plugins" menu item. After updating the plugin should appear with the status "Disabled".

Plug-in device

  Each plugin is an archive of one or more files that have the same name, but a different file format. If there is one file in the archive, then it must be with the .xxxx extension. Without it, the plugin will not work.

Most often there are several files in the archive with different formats:

  • .amxx - can not be changed, when opening there will be hieroglyphs;
  • .sma - required for editing. Through it, you can change the file with the extension.
  • .cfg - needed to carefully configure the plugin, as well as its configuration. May have extension .ini;
  • .txt - is responsible for the language "framing" or for any other settings;
  • .spr - contains sprites (2D images);
  • .wav - sound document;
  • .mdl - models of players and objects;
  • .wad - textures.

Installation instructions for plugins in ks

  To install plugin on COP 1.6, you need to unzip the downloaded archive. The filling should be moved to the folder with the server in the following way:
  1. ... / addons / amxmodx / plugins - copy the file with the .xxxx extension here;
  2. ... / addons / amxmodx / scripting - a file with the .sma format;
  3. ... / addons / amxmodx / config - .cfg;
  4. ... / addons / amxmodx / data / lang - .txt.

If there is no folder in the specified path addons, you need to download the program Amxmod. To make the plugin work, you need to add it to your server. This requires open file plugins.ini   (located in the following way: cstrike / addons / amxmodx / config / plugins.ini) any text editor. A regular notebook will do.

Overview with recommended plugins and first steps after new installation   given in the article. These are extensions inaccessible to the original game that facilitate some of the things inside the game. There are several types, some of which change health bars, mana, etc. And the others are damage scores, let's choose a large amount.

There are pages that specialize in add-ons, like a curse. All you have to do is type in your page and upload it. The process of installing an add-on is very simple and will not take you more than a few minutes. 1-The first thing to do is to enter the page with the add-in to load.

Further in plugins.ini   It is necessary to add a line with the name of the main file. So, if the file with the extension .xxxx is called test_plugin, then in a new line you need to write test_plugin.amxx. After that, it is important not to forget to save the file!


In this article, you will learn how to install plugins on AMXX Counter Strike 1.6 server. In fact, there is nothing complicated here. The main thing is to know where to download which files, as well as what to prescribe. We will teach you all this in this detailed article about installing plugins on a CS 1.6 server. So, I think let's get started. First, we naturally need the AMXX plugin itself. . Let's say we downloaded some plugin. After that we need to open the archive itself with the plugin. Further, there should be files with such extensions: * sma, * amxx, * ini, * txt. If there is no file with this extension, then do not worry. So the plugin does not require their use. Well, now about where to upload these files.

3-After clicking we will go to another screen, where we will see the available categories. We will find it and click on it. But we will go to Download Now, and the download will begin. Once our download is complete, we will go to where we downloaded the file, and open it, click on the folder of our add-on, and we will transfer “Extract”. 6-After this, a small window will open to see where we want to extract it.

7-Inside the game folder, we will search for the Interface folder by double clicking on it, and it will open. These installation steps for the add-in, as you can see, are very simple, but we still see if our add-on works. That is why we will open our game. Inside the game, on the character selection screen, we will look at the lower left corner, and we will see a little wink, which says “Accessories” inside, we will find the name of our add-on.

The file with the * sma extension is loaded into “D: / Your server / cstrike / addons / amxmodx / scripting”.
The file with the * amxx extension is loaded into “D: / Your server / cstrike / addons / amxmodx / plugins”.
The file with the * ini extension is loaded into “D: / Your server / cstrike / addons / amxmodx / configs”.
The file with * txt extension is loaded into “D: / Your server / cstrike / addons / amxmodx / data / lang”.

After uploading all these files to the specified folders, open the file “D: / Your server / cstrike / addons / amxmodx / configs / plugins.ini”. Now the name of the file with the format * amxx, we write a new line in this file. That is, it should turn out as in the screenshot below.

Copy file to directory

If the add-on is not selected, do it, if you want the add-in to have only one character, you can customize it on this tab. Now enter the game with the character you want and enjoy the new addition. Add-ins and their updates. When a new patch comes out with content, most add-ons need to be updated for new features or fixed bugs.

Very simple, just upload your own latest version. Some people recommend not using this method and doing it manually. Because very simple allows us to manage our add-on. in a simple wayand also allows us to update it. Its use is very simple, as its interface will teach you everything you need.

When you write the name in plugins.ini, on this installation of plugin KS 1.6   successfully completed. Reboot the server or change the map in order for the plugin to work. Well, now I want to talk about these files themselves, what they do and what they are for.

Additions and errors. Add-ons help us in the game, but they can also cause errors. Always remember to update it, as explained above. Usually there are errors: Slow game performance, errors that go out of the game, problems in the interface, etc. To solve these errors, read above, you will have wonderful steps to update and fix most errors. If you cannot fix them, it would be better to remove the add-in and reinstall it. How to remove it? And listen!

This process takes a few minutes and frees us from many mistakes. 1-The first thing to do in our game folder. It is recommended to complete the entire installation process with the game closed. If you are open to the game, nothing happens, just restart the game. If you have bugs in the game, the first thing you need to do is disable the add-in.

The file with the * sma extension is the source of the plugin itself. You can change it, that is, edit the plugin itself. After editing you will need to compile it.
-File with * amxx extension is a file compiled from * sma source. It is the most important file. In general, it is the plugin itself.
-File with * ini extension - plugin configuration.
-File with * txt extension - these files are responsible for language packs.

Recount: damage the enemy. Atlas loot: shows the origin of the objects. Objects that fall into stripes and dungeons, etc. Inspect the equipment: the add-on to check the players shows you enchanted things and those that do not.

If you need more help with this. Determined or dying. Now it's time to make your plugin really do something. This section contains some general ideas about plugin development and describes how to perform the various tasks your plugin should perform.

Required is:   loading * amxx file to the plugins folder; writing its name to the file “D: / Your server / cstrike / addons / amxmodx / configs / plugins.ini”. Without these actions, the plugin will not work! Also, if there are other files in * spr, * mdl, * ini, * txt and others formats, their installation is required! Otherwise, the plugin will work crookedly. Only the * sma file is optional.

If so, the header text is transmitted, in turn, through each registered function, and the end result is what is printed. Someone who wants to use your plugin can add these tags to their theme, to the sidebar, to the content section or where it is needed. It is a good idea when documenting a function to give an example of what to add to a theme file in order to use this function, including.

Saving plugin data in a database

There are four methods for storing plug-in data in a database. This method is suitable for storing relatively small amounts of relatively static named data records — the type of data you expect from a site owner when you first create a plug-in, and rarely change afterwards. Suitable for data associated with individual messages, pages or attachments. Custom taxonomies. Create a new custom database table. This method is suitable for data not related to mail, pages, attachments, or individual comments — a type of data that will grow over time and that do not have individual names.

Internationalization of your plugin

  Post a goal. . After you have created your plugin code, another consideration is internationalization.

Consider the installation by example:
1) Download the plugin. For example, cs-site.amxx.
2) The cs-site.amxx file is placed in “D: / Your server / cstrike / addons / amxmodx / plugins”.
3) Open the file “D: / Your server / cstrike / addons / amxmodx / configs / plugins.ini” and write there with a new line cs-site.amxx
4) Turn on / restart the server or change the map.
5) Installation is complete.