2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-03-13 14:00:16 +03:00

Updated Settings (markdown)

AEnimka 2018-03-23 07:56:29 +00:00
parent 517dd5d993
commit 68da08850f

@ -9,16 +9,16 @@ As example we will use a mythical plugin `metaPlugin`. Installation of other plu
* Open the `plugins.ini` file from the `metamod` folder with any text editor. * 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`: * * To connect the plugin `metaPlugin.dll`(or `meta Plugin.so`) write the following lines to the `plugins file.ini`:
_Для Windows-версии вашего сервера:_ _ For Windows versions of your server:_
``` ```
win32 addons\metaPlugin\metaPlugin.dll win32 addons\metaPlugin\metaPlugin.dll
``` ```
_Для Linux-версии вашего сервера:_ _ For Linux versions of your server:_
``` ```
linux addons/metaPlugin/metaPlugin.so linux addons/metaPlugin/metaPlugin.so
``` ```
* Сохраните ваш файл `plugins.ini` и запустите сервер. * Save your file `plugins.ini` and launch the server.
* Установка плагина **завершена**. * The installation is **completed**.
_Вы можете проверить, что плагин работает, набрав в консоли сервера `meta list`._ _Вы можете проверить, что плагин работает, набрав в консоли сервера `meta list`._
![](https://i.imgur.com/1fVXBzc.png) ![](https://i.imgur.com/1fVXBzc.png)