from the "check your changes to see if they compile" dept
This commit is contained in:
parent
eb87344a16
commit
d94016384a
|
@ -522,7 +522,10 @@ public round_end(){
|
||||||
}
|
}
|
||||||
|
|
||||||
public client_putinserver(id)
|
public client_putinserver(id)
|
||||||
g_multiKills[id] = g_streakKills[ id ] = { 0 , 0 }
|
{
|
||||||
|
g_multiKills[id] = { 0 , 0 }
|
||||||
|
g_streakKills[ id ] = { 0 , 0 }
|
||||||
|
}
|
||||||
|
|
||||||
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA)
|
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA)
|
||||||
{
|
{
|
||||||
|
|
|
@ -447,7 +447,10 @@ showStatsMenu(id,pos){
|
||||||
}
|
}
|
||||||
|
|
||||||
public client_putinserver(id)
|
public client_putinserver(id)
|
||||||
g_multiKills[id] = g_streakKills[ id ] = { 0 , 0 }
|
{
|
||||||
|
g_multiKills[id] = { 0 , 0 }
|
||||||
|
g_streakKills[ id ] = { 0 , 0 }
|
||||||
|
}
|
||||||
|
|
||||||
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
|
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
|
||||||
if ( BulletDamage ) {
|
if ( BulletDamage ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user