Skip to content

Commit

Permalink
version pre-release update
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn committed Mar 18, 2024
1 parent 00e3a59 commit 9ef2675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Counter-Strike Hide'n'Seek Match System plugins.
- [ReSemiclip (last)](https://dev-cs.ru/resources/71/updates)

## Характеристики
- Public / DeathMatch / Knife / Captain mode
- MR / Wintime match system
- Public / DeathMatch / Zombie / Knife / Captain mode
- MR / Wintime / 1x1 match system
- Watcher (admin) menu (N)
- Система зависит от администратора.
- Surrender
Expand Down Expand Up @@ -121,6 +121,7 @@ Counter-Strike Hide'n'Seek Match System plugins.
| hns_rules | 0 | Режим по умолчанию (0 - MR 1 - Timer) |
| hns_wintime | 15 | Время для победы |
| hns_rounds | 6 | Кол-во раундов для победы |
| hns_duel | 3 | Кол-во выигранных раундов для победы |
| hns_boost | 0 | Включить/Отключить буст режим |
| hns_onehpmode | 0 | Включить/Отключить 1 хп режим |
| hns_flash | 1 | Кол-во флешек (Плагин сам изменяет) |
Expand Down
2 changes: 1 addition & 1 deletion scripting/HnsMatchSystem.sma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public plugin_precache() {
}

public plugin_init() {
g_PluginId = register_plugin("Hide'n'Seek Match System", "2.0.2", "OpenHNS"); // Спасибо: Cultura, Garey, Medusa, Ruffman, Conor, Juice
g_PluginId = register_plugin("Hide'n'Seek Match System", "2.0.3", "OpenHNS"); // Спасибо: Cultura, Garey, Medusa, Ruffman, Conor, Juice

rh_get_mapname(g_szMapName, charsmax(g_szMapName));

Expand Down

0 comments on commit 9ef2675

Please sign in to comment.