From db9fcc28d62f308711c332c0c6fd3697356409e2 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Tue, 11 Apr 2006 13:26:50 +0000 Subject: [PATCH] fixed bug at27729 (HS and announcements overlapping) --- plugins/cstrike/miscstats.sma | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/cstrike/miscstats.sma b/plugins/cstrike/miscstats.sma index b8bd3cd6..7e9e6753 100755 --- a/plugins/cstrike/miscstats.sma +++ b/plugins/cstrike/miscstats.sma @@ -78,7 +78,6 @@ new g_doubleKillId new g_friend[33] new g_firstBlood new g_center1_sync -new g_center2_sync new g_announce_sync new g_status_sync new g_left_sync @@ -194,7 +193,6 @@ public plugin_init() } g_center1_sync = CreateHudSyncObj() - g_center2_sync = CreateHudSyncObj() g_announce_sync = CreateHudSyncObj() g_status_sync = CreateHudSyncObj() g_left_sync = CreateHudSyncObj() @@ -449,7 +447,7 @@ public client_death(killer, victim, wpnindex, hitplace, TK) replace(message, 127, "$kn", killer_name) set_hudmessage(100, 100, 255, -1.0, 0.29, 0, 6.0, 6.0, 0.5, 0.15, -1) - ShowSyncHudMsg(players[i], g_center2_sync, "%s", message) + ShowSyncHudMsg(players[i], g_announce_sync, "%s", message) } }