From c9dd0606d85a19c94342124b247862101ad8fd43 Mon Sep 17 00:00:00 2001 From: WessTorn <63194135+WessTorn@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:08:48 +0300 Subject: [PATCH] Update and rename README_RU.md to README_ENG.md --- README_ENG.md | 124 +++++++++++++++++++++++++++++++++++++++++++++ README_RU.md | 138 -------------------------------------------------- 2 files changed, 124 insertions(+), 138 deletions(-) create mode 100644 README_ENG.md delete mode 100644 README_RU.md diff --git a/README_ENG.md b/README_ENG.md new file mode 100644 index 0000000..7c33a97 --- /dev/null +++ b/README_ENG.md @@ -0,0 +1,124 @@ +## HnsMatchSystem +Counter-Strike Hide'n'Seek Match System plugins + +## Add pts +https://github.com/OpenHNS/HnsMatchSystem-additions PTS + +In order to use PTS you need: +1. Install and enable these 2 plugins on the server: +- [HnsMatch-sql.sma](https://github.com/OpenHNS/HnsMatchSystem-additions/blob/main/scripting/HnsMatch-sql.sma) +- [HnsMatch-pts.sma](https://github.com/OpenHNS/HnsMatchSystem-additions/blob/main/scripting/HnsMatch-pts.sma) + +2.uncomment 1 line (remove //) in [HnsMatchSystem.sma] https://github.com/WessTorn/HnsMatchSystem/blob/main/scripting/HnsMatchSystem.sma + +## Requirements +- [ReHLDS](https://dev-cs.ru/resources/64/) +- [Amxmodx 1.9.0](https://dev-cs.ru/resources/405/) +- [Reapi 5.19 (last)](https://dev-cs.ru/resources/73/updates) +- [ReGameDLL 5.20 (last)](https://dev-cs.ru/resources/67/updates) +- [ReSemiclip 2.3.9 (last)](https://dev-cs.ru/resources/71/updates) + +## Characteristics +- Public / DeathMatch / Knife / Captain mode +- Timer / MR match mode +- Watcher (admin) menu (N) +- Training menu +- The system depends on the administrator +- Surrender +- AFK contol + +## Installation + +1. Compile the plugin. + +2. Copy the compiled `.amxx` file to the directory: `amxmodx / plugins /` + +3. Copy the contents of the `configs/` folder to the directory: `amxmodx/configs/` + +4. Copy the contents of the `data/lang/` folder to the directory: `amxmodx/data/lang/` + +5. Copy the contents of the `modules/` folder (If you have a server on Linux, then we take the `.so` file, if the Windows `.dll`) into the directory: `amxmodx/modules/` + +6. Add `.amxx` in the file `amxmodx/configs/plugins.ini` + +7. Restart the server or change the map. + +## Cvars + +| Cvar | Default | Description | +| :------------------- | :--------: | :--------------------------------------------------- | +| hns_wintime | 15 | Number of minutes to win TT | +| hns_rounds | 15 | Number of rounds to win | +| hns_flash | 2 | Number of flash drives (the plugin itself changes) | +| hns_smoke | 3 | The amount of smoke (the plugin changes itself) | +| hns_aa | 100 | sv_airaccelerate
`100`
`10` | +| hns_semiclip | 0 | Pass through each other `0` off `1` on | +| hns_hpmode | 100 | Number hp `100` `1` (only works during Public/DM/Match) | +| hns_dmrespawn | 3 | Time (in seconds) during which the player will respawn in DM mode | +| hns_survotetime | 10 | Time (in seconds) during which the vote is in progress (surrender) | +| hns_checkplay | 1 | Play / nolay menu at the entrance to the knife map `0` off `1` on | +| hns_knifemap | 35hp_2 | Knife map | +| hns_rules | 0 | Game Mode `0` Timer `1` MR | + +## Commands + +- Chat commands + +- Admin (ADMIN_MAP) + +| Commands | Description | +| :------------------- | :--------------------------------------------------- | +| mix | Admin menu | +| mode / type | Mode menu | +| training | Training menu | +| pub / public | Public mode | +| dm / deathmatch | DeathMatch mode | +| specall | Move all spectator | +| ttall | Move all for TT | +| ctall | Move all for CT | +| startmix / start | Start the match | +| kniferound / kf | Start the knife Round | +| captain / cap | Launch сaptain mod | +| stop / cancel | Stop сurrent ьode | +| skill | Skill mode | +| boost | Boost mode | +| aa10 / 10aa | Set sv_airaccelerate 10 | +| aa100 / 100aa | Set sv_airaccelerate 100 | +| rr / restart | Restart round | +| swap / swap | Swap Teams | +| pause / ps | pause | +| live / unpause | unpause | +| mr / maxround | Max Rounds mode | +| timer | Timer mode | + +- Player + +| Commands | Description | +| :------------------- | :--------------------------------------------------- | +| hideknife / showknife / knife | Hide, Show knife | +| surrender / sur | Surrender vote | +| score / s | Score | +| pick | Pick player | +| back / spec | Spec/Back player | +| np / noplay | No play | +| ip / play |Play | +| checkpoint / cp |Сheckpoint | +| teleport / tp | Teleport to checkpoint | +| gocheck / gc |Сheckpoin | +| damage / showdamade | Damage | +| noclip / clip | Noclip | +| respawn / resp | Respawn | +| top / tops |Top | + + + +## Things to do +- New pts +- Captain works all maps +- Include for interacting with other plugins +- Remake motd top players + +## Acknowledgments / Authors of other plugins +[Garey - Мixsystem](https://github.com/Garey27) + +[Medusa - Мixsystem](https://dev-cs.ru/members/65/) diff --git a/README_RU.md b/README_RU.md deleted file mode 100644 index 65bc748..0000000 --- a/README_RU.md +++ /dev/null @@ -1,138 +0,0 @@ -## HnsMatchSystem -Counter-Strike Hide'n'Seek Match System plugins - -## Add pts -https://github.com/OpenHNS/HnsMatchSystem-additions PTS - -In order to use PTS you need: -1. Install and enable these 2 plugins on the server: -- [HnsMatch-sql.sma](https://github.com/OpenHNS/HnsMatchSystem-additions/blob/main/scripting/HnsMatch-sql.sma) -- [HnsMatch-pts.sma](https://github.com/OpenHNS/HnsMatchSystem-additions/blob/main/scripting/HnsMatch-pts.sma) - -2.uncomment 1 line (remove //) in [HnsMatchSystem.sma] https://github.com/WessTorn/HnsMatchSystem/blob/main/scripting/HnsMatchSystem.sma - -## Требование | Requirements -- [ReHLDS](https://dev-cs.ru/resources/64/) -- [Amxmodx 1.9.0](https://dev-cs.ru/resources/405/) -- [Reapi 5.19 (last)](https://dev-cs.ru/resources/73/updates) -- [ReGameDLL 5.20 (last)](https://dev-cs.ru/resources/67/updates) -- [ReSemiclip 2.3.9 (last)](https://dev-cs.ru/resources/71/updates) - -## Характеристики | Characteristics -- Public / DeathMatch / Knife / Captain mode -- Timer / MR match mode -- Watcher (admin) menu (N) -- Training menu -- Система зависит от администратора | The system depends on the administrator -- Surrender -- AFK contol - -## Установка | Installation - -1. Скомпилируйте плагин. - -- Compile the plugin. - -2. Скопируйте скомпилированный файл `.amxx` в директорию: `amxmodx/plugins/` - -- Copy the compiled `.amxx` file to the directory: `amxmodx / plugins /` - -3. Скопируйте содержимое папки `configs/` в директорию: `amxmodx/configs/` - -- Copy the contents of the `configs/` folder to the directory: `amxmodx/configs/` - -4. Скопируйте содержимое папки `data/lang/` в директорию: `amxmodx/data/lang/` - -- Copy the contents of the `data/lang/` folder to the directory: `amxmodx/data/lang/` - -5. Скопируйте содержимое папки `modules/` (Если у вас сервер на линуксе, то берем файл `.so` , если винда `.dll`) в директорию: `amxmodx/modules/` - -- Copy the contents of the `modules/` folder (If you have a server on Linux, then we take the `.so` file, if the Windows `.dll`) into the directory: `amxmodx/modules/` - -6. Пропишите `.amxx` в файле `amxmodx/configs/plugins.ini` - -- Add `.amxx` in the file `amxmodx/configs/plugins.ini` - -7. Перезапустите сервер или поменяйте карту. - -- Restart the server or change the card. - -## Cvars - -| Cvar | Default | Description | -| :------------------- | :--------: | :--------------------------------------------------- | -| hns_wintime | 15 | Кол-во минут для победы ТТ / Number of minutes to win TT | -| hns_rounds | 15 | Кол-во раундов для победы / Number of rounds to win | -| hns_flash | 2 | Кол-во флешек (Плагин сам изменяет) / Number of flash drives (the plugin itself changes) | -| hns_smoke | 3 | Кол-во дыма (Плагин сам изменяет) / The amount of smoke (the plugin changes itself) | -| hns_aa | 100 | sv_airaccelerate
`100`
`10` | -| hns_semiclip | 0 | Проходить сквозь друг друга / Pass through each other `0` off `1` on (Плагин сам изменяет) | -| hns_hpmode | 100 | Кол-во HP / Number hp `100` `1` (работает только во время / only works during Public/DM/Match) | -| hns_dmrespawn | 3 | Время (в секундах), в течение которого игрок возродится в режиме DM / Time (in seconds) during which the player will respawn in DM mode | -| hns_survotetime | 10 | Время (в секундах), в течение которого идет голосование (surrender) / Time (in seconds) during which the vote is in progress (surrender) | -| hns_checkplay | 1 | Меню play/nolay при входе на кнайф карте / Play / nolay menu at the entrance to the knife map `0` off `1` on | -| hns_knifemap | 35hp_2 | Кнайф карта / Knife map | -| hns_rules | 0 | Игровой режим / Game Mode `0` Timer `1` MR | - -## Комманды | Commands - -- Комманды в чат / Chat commands - -- Admin (ADMIN_MAP) - -| Commands | Description | -| :------------------- | :--------------------------------------------------- | -| mix | Админ меню / Admin menu | -| mode / type | Мод меню / Mode menu | -| training | Тренировочное меню / Training menu | -| pub / public | Паблик мод / Public mode | -| dm / deathmatch | ДМ мод / DeathMatch mode | -| specall | Перенести всех за наблюдателей / Move all spectator | -| ttall | Перенести всех за ТТ / Move all for TT | -| ctall | Перенести всех за КТ / Move all for CT | -| startmix / start | Запустить матч / Start the match | -| kniferound / kf | Запустить ножевой раунд / Start the knife Round | -| captain / cap | Запустить капитан мод / Launch сaptain mod | -| stop / cancel | Остановить текущий режим / Stop сurrent ьode | -| skill | Скилл мод / Skill mode | -| boost | Буст мод / Boost mode | -| aa10 / 10aa | Set sv_airaccelerate 10 | -| aa100 / 100aa | Set sv_airaccelerate 100 | -| rr / restart | Рестарт раунда / Restart round | -| swap / swap | Поменять команды местами / Swap Teams | -| pause / ps | Пауза / pause | -| live / unpause | Запуск / unpause | -| mr / maxround | Мод по раундам / Max Rounds mode | -| timer | Таймер мод / Timer mode | - -- Player - -| Commands | Description | -| :------------------- | :--------------------------------------------------- | -| hideknife / showknife / knife | Спрятать, Показать нож / Hide, Show knife | -| surrender / sur | Голосование за сдачу / Surrender vote | -| score / s | Счет / Score | -| pick | Меню пика / Pick player | -| back / spec | Перейти или вернуться за наблюдателей / Spec/Back player | -| np / noplay | Не играю / No play | -| ip / play | Играю / Play | -| checkpoint / cp | Чекпоинт / Сheckpoint | -| teleport / tp | Телепорт к чекпоинту / Teleport to checkpoint | -| gocheck / gc | Чекпоинт / Сheckpoin | -| damage / showdamade | Дамаг / Damage | -| noclip / clip | Ноуклип / Noclip | -| respawn / resp | Заспавниться / Respawn | -| top / tops | Топ / Top | - - - -## Список задач | Things to do -- Новый pts -- Captain на всех картах -- Инклуд для взаимодействия с другими плагинами -- Переделать motd top players - -## Благодарности / Aвторы других плагинов -[Garey - Мixsystem](https://github.com/Garey27) - -[Medusa - Мixsystem](https://dev-cs.ru/members/65/)