25.04.2011, 03:36
Well look at it. You're adding 1 to this variable when they get a kill.
Yet you check for killstreaks with this variable.
pawn Код:
PlayerInfo[killerid][pKills] += 1;
pawn Код:
if(Kills[killerid] == 5)