From 580305ce9281af72f9cc0166fea2e976841a430f Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Tue, 2 Jan 2007 13:23:23 +0000 Subject: [PATCH] fixed am49041 (hopefully) --- plugins/cstrike/miscstats.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cstrike/miscstats.sma b/plugins/cstrike/miscstats.sma index 202d5a79..0908e76f 100755 --- a/plugins/cstrike/miscstats.sma +++ b/plugins/cstrike/miscstats.sma @@ -420,7 +420,7 @@ public client_death(killer, victim, wpnindex, hitplace, TK) get_user_name(g_LastAnnounce, name, 31) - set_hudmessage(0, 255, 255, -1.0, 0.35, 0, 6.0, 6.0, 0.5, 0.15, -1) + set_hudmessage(0, 255, 255, -1.0, 0.38, 0, 6.0, 6.0, 0.5, 0.15, -1) ShowSyncHudMsg(0, g_center1_sync, "%s (%d HP) vs. %d %s%s: %L", name, get_user_health(g_LastAnnounce), oposite, g_teamsNames[_team], (oposite == 1) ? "" : "S", LANG_PLAYER, g_LastMessages[random_num(0, 3)]) if (!is_user_connecting(g_LastAnnounce))