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 13:19:12 +00:00
parent 689a71dda1
commit 27d150c07a

@ -25,28 +25,28 @@ _You can check plugin performance via `meta list` command in the server console
in case of negative result, in case of negative result,
![](https://i.imgur.com/nGXAokG.png) ![](https://i.imgur.com/nGXAokG.png)
apply to [руководству по устранению неполадок](https://github.com/theAsmodai/metamod-r/wiki/Troubbleshouting). apply to [Troubbleshouting](https://github.com/theAsmodai/metamod-r/wiki/Troubbleshouting).
# Список консольных команд # List of console commands
Команда пишется в связке с приставкой `meta`. _Например, `meta version`_. Write command with `meta` word. _For example, `meta version`_.
version - отобразить информацию о версии metamod version - information of metamod version
list - отобразить список загруженных плагинов list - list of uploaded plugins
game - отобразить информацию о gamedll (список зарегистрированных msg, их id и размер) game - information about gamedll (list of registered msg, id and size)
cmds - список консольных команд, добавленных сторонними плагинами cmds - list of console commands, added from third-party plugins
cvars - список cvar, добавленных сторонними плагинами cvars - cvar list, added from third-party plugins
refresh - перезагрузить metamod-r refresh - reloading of metamod-r
config - конфигурация из config.ini config - configuration from config.ini
load <name> - найти и загрузить плагин по указанному пути load <name> - find and upload plugin on specified path
unload <plugin> - выгрузить указанный плагин unload <plugin> - upload the plugin
reload <plugin> - перезагрузить указанный плагин reload <plugin> - reload the plugin
info <plugin> - отобразить подробную информацию об указанном плагине info <plugin> - information about the plugin
pause <plugin> - приостановить работу плагина pause <plugin> - pause the plugin
unpause <plugin> - возобновить работу всех остановленных плагинлв unpause <plugin> - resume the operation of all installed plugins
retry <plugin> - повторить попытку неудачной загрузки плагина retry <plugin> - retry download of a failed plugins
clear <plugin> - выгрузить из памяти неудачно загруженный плагин clear <plugin> - upload failed plugins from the memory
force_unload <plugin> - принудительная выгрузка плагина force_unload <plugin> - forced unloading of plugin
require <plugin> - выключить сервер, если указанный плагин не запущен require <plugin> - turn off the server if the specified plugin doesn't work
### debuglevel ### debuglevel