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