Fixed bug at16702, jtp10181

This commit is contained in:
David Anderson 2005-08-01 05:06:40 +00:00
parent 43c06b0e36
commit eb87344a16

View File

@ -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) {