From 83873aa7f702d9699861ba416fec26656b031365 Mon Sep 17 00:00:00 2001 From: Freeman-AM Date: Sun, 21 Sep 2014 02:39:09 +0200 Subject: [PATCH] Stats: Add full UTF-8 symbols support --- plugins/dod/stats.sma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dod/stats.sma b/plugins/dod/stats.sma index 43b77717..59421fd6 100755 --- a/plugins/dod/stats.sma +++ b/plugins/dod/stats.sma @@ -922,7 +922,7 @@ displayStats_steam(id,dest) { new name[MAX_NAME_LENGTH], stats[9], body[8] get_user_wstats(id,0,stats,body) - new pos = copy(g_Buffer,2047,"
")
+ new pos = copy(g_Buffer,2047,"
")
  pos += format(g_Buffer[pos],2047-pos,"",
                dest,"M_KILLS",dest,"M_DEATHS",dest,"M_SCORE",dest,"M_TKS",dest,"M_HITS",dest,"M_SHOTS",dest,"M_HS")
 
@@ -961,7 +961,7 @@ displayRank_steam(id,dest) {
  new name[MAX_NAME_LENGTH], stats[9], body[8]
  new rank_pos = get_user_stats(id,stats,body)
 
- new pos = copy(g_Buffer,2047,"
")
+ new pos = copy(g_Buffer,2047,"
")
 
  pos += format(g_Buffer[pos],2047-pos,
                "
%L%L%L%L%L%L%L
",dest,"M_KILLS",dest,"M_DEATHS",dest,"M_SCORE",dest,"M_TKS",dest,"M_HITS",dest,"M_SHOTS",dest,"M_HS")
%L%L%L%L%L%L%L