fixed last hit bug and problems with c4 damage
This commit is contained in:
@ -205,6 +205,9 @@ public client_putinserver(id)
|
||||
|
||||
public client_death(killer,victim,wpnindex,hitplace,TK) {
|
||||
|
||||
if ( wpnindex == CSW_C4 )
|
||||
return
|
||||
|
||||
new headshot = ( hitplace == HIT_HEAD ) ? 1:0
|
||||
new selfkill = ( killer == victim ) ? 1:0
|
||||
|
||||
|
Reference in New Issue
Block a user