Fixed bug at16702, jtp10181
This commit is contained in:
parent
43c06b0e36
commit
eb87344a16
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user