Needing a little help with 'OnPlayerDeath'
#3

Quote:
Originally Posted by Backwardsman97
Посмотреть сообщение
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)
No,
PlayerInfo[killerid][pKills] += 1;
is for the stats of the account.

I'm using
Kills[killerid]++;
to add the variable
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)