From c523684c9aadf5abf38cd7ce05a4436f5787c2aa Mon Sep 17 00:00:00 2001 From: WessTorn Date: Tue, 3 Aug 2021 17:38:34 +0300 Subject: [PATCH] fix hud showinfo --- scripting/HnsMatchSystem.sma | 2 +- scripting/include/hns-match/showinfo.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripting/HnsMatchSystem.sma b/scripting/HnsMatchSystem.sma index 9809c2e..d8a03c0 100644 --- a/scripting/HnsMatchSystem.sma +++ b/scripting/HnsMatchSystem.sma @@ -9,7 +9,7 @@ public plugin_precache() { } public plugin_init() { - register_plugin("Hide'n'Seek Match System", "1.2.3", "??"); // Спасибо: Cultura, Garey, Medusa, Ruffman, Conor + register_plugin("Hide'n'Seek Match System", "1.2.3.1", "??"); // Спасибо: Cultura, Garey, Medusa, Ruffman, Conor get_mapname(g_eMatchInfo[e_mMapName], charsmax(g_eMatchInfo[e_mMapName])); diff --git a/scripting/include/hns-match/showinfo.inc b/scripting/include/hns-match/showinfo.inc index 9305643..3c7fbaf 100644 --- a/scripting/include/hns-match/showinfo.inc +++ b/scripting/include/hns-match/showinfo.inc @@ -150,10 +150,10 @@ public task_ShowPlayerInfo() { Flashed: %s^n\ Found TT: %d^n\ Run: %.1fK", + iStats[id][e_iStabs], iStats[id][e_flDmg], szTimeFlash, iStats[id][e_iFound], - iStats[id][e_iStabs], iStats[id][e_flRunDistance] / 1000); }