Skip to content

Commit

Permalink
fix hud showinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn committed Aug 3, 2021
1 parent 80ae7c8 commit c523684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripting/HnsMatchSystem.sma
Original file line number Diff line number Diff line change
Expand Up @@ -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]));

Expand Down
2 changes: 1 addition & 1 deletion scripting/include/hns-match/showinfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c523684

Please sign in to comment.