Block Command

amxx Block Command 0.0.2

Нет прав для скачивания
Установка
  1. Скачать архив и распаковать
  2. Настроить конфиг файл addons\amxmodx\configs\block_commands.ini
  3. Скомпилируйте плагины (инструкция).
  4. Разместите файлы из архива на сервере согласно иерархии архива.
Настройки
block_commands.ini
Код:
;flag - block command if the player does not have this flag
;steamid - block command, only for this steamid
;0 - block command, for all

;<Cmd>            <Args>    <flag/steamid/0>
"say"            "/me"    "0"
"say_team"        "/me"    "0"
"say"            "/rank"    "STEAM_0:0:000000000"
"say_team"        "/rank"    "STEAM_0:0:000000000"
"say"            "/top"    "b"
"say_team"        "/top"    "b"
Сверху Снизу