From d49b2453bb38bfe48d5ad9fbed6d2900c94ff95c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 7 Nov 2004 17:24:55 +0000 Subject: [PATCH] little error checking --- plugins/cstrike/miscstats.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cstrike/miscstats.sma b/plugins/cstrike/miscstats.sma index 2f269a6e..a3b792d1 100755 --- a/plugins/cstrike/miscstats.sma +++ b/plugins/cstrike/miscstats.sma @@ -251,7 +251,7 @@ public client_death(killer,victim,wpnindex,hitplace,TK) { } } if ( EnemyRemaining ) { - new ppl[32], pplnum + new ppl[32], pplnum = 0 new team = get_user_team( victim ) - 1 if ( team >= 0 && team < 4 ) get_players(ppl,pplnum,"e", g_teamsNames[1 - team] )