2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-07-21 12:46:20 +03:00

Updated Settings (markdown)

AEnimka 2018-03-23 07:53:16 +00:00
parent 6fc3c2e552
commit b7454b7704

@ -1,13 +1,13 @@
## [![](https://i.imgur.com/ou0wy1S.png)](https://github.com/theAsmodai/metamod-r/wiki/English-version) Back
# Подключение плагинов в plugins.ini
В качестве примера будет использован мифический плагин `metaPlugin`. Установка других плагинов идет по аналогии с этой инструкцией.
# Connection of the plug-ins in plugins.ini
As example we will use a mythical plugin `metaPlugin`. Installation of other plugins is similar.
* В папке `addons\metamod` создайте файл `plugins.ini`, если его там нету.
* В папке `addons` создайте папку для нового плагина. _Например, папку **metaPlugin**._
* Поместите свой плагин `metaPlugin.dll` (или `metaPlugin.so`) в созданную папку по пути `addons\metamod\metaPlugin`.
* Откройте из папки `metamod` файл `plugins.ini` любым удобным для вас текстовым редактором.
* Для подключения плагина `metaPlugin.dll` (или `metaPlugin.so`) пропишите следующие строки в файл `plugins.ini`:
* Create the `plugins.ini` file in the `addons\metamod`folder (in case of absence of this file)
* Create a folder for the new plugin in the `addons` folder._For example, **meta Plugin** folder._
* * Put your plugin `metaPlugin.dll` (or `meta Plugin.so`) to the created folder `addons\metamod\metaplugins`.
* Open the `plugins.ini` file from the `metamod` folder with any text editor.
* * To connect the plugin `metaPlugin.dll`(or `meta Plugin.so`) write the following lines to the `plugins file.ini`:
_Для Windows-версии вашего сервера:_
```