Needing a little help with 'OnPlayerDeath'
#2

Well look at it. You're adding 1 to this variable when they get a kill.

pawn Код:
PlayerInfo[killerid][pKills] += 1;
Yet you check for killstreaks with this variable.

pawn Код:
if(Kills[killerid] == 5)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)