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:50 +00:00
parent 68da08850f
commit beba10500e

@ -9,11 +9,11 @@ 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`:
_ For Windows versions of your server:_ _For Windows versions of your server:_
``` ```
win32 addons\metaPlugin\metaPlugin.dll win32 addons\metaPlugin\metaPlugin.dll
``` ```
_ For Linux versions of your server:_ _For Linux versions of your server:_
``` ```
linux addons/metaPlugin/metaPlugin.so linux addons/metaPlugin/metaPlugin.so
``` ```