little error checking
This commit is contained in:
parent
74a1db4417
commit
d49b2453bb
|
@ -251,7 +251,7 @@ public client_death(killer,victim,wpnindex,hitplace,TK) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( EnemyRemaining ) {
|
if ( EnemyRemaining ) {
|
||||||
new ppl[32], pplnum
|
new ppl[32], pplnum = 0
|
||||||
new team = get_user_team( victim ) - 1
|
new team = get_user_team( victim ) - 1
|
||||||
if ( team >= 0 && team < 4 )
|
if ( team >= 0 && team < 4 )
|
||||||
get_players(ppl,pplnum,"e", g_teamsNames[1 - team] )
|
get_players(ppl,pplnum,"e", g_teamsNames[1 - team] )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user