From eb87344a165ed18d403949c518caf700ed200fd8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Aug 2005 05:06:40 +0000 Subject: [PATCH] Fixed bug at16702, jtp10181 --- plugins/cstrike/miscstats.sma | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/cstrike/miscstats.sma b/plugins/cstrike/miscstats.sma index a3b792d1..736bad2e 100755 --- a/plugins/cstrike/miscstats.sma +++ b/plugins/cstrike/miscstats.sma @@ -202,7 +202,10 @@ public plugin_cfg() { } public client_putinserver(id) - g_multiKills[id] = g_streakKills[ id ] = { 0 , 0 } +{ + g_multiKills[id] = { 0 , 0 } + g_streakKills[ id ] = { 0 , 0 } +} public client_death(killer,victim,wpnindex,hitplace,TK) {