18.07.2011, 15:31
Seeing as how you are already adding to the deaths and kills here:
Why are you adding again in the formatted string?
Try
pawn Код:
Deaths[playerid]++;
Kills[killerid]++;
KillStreak[killerid]++;
pawn Код:
format(kupdate,sizeof(kupdate),"Kills : %d",Kills[killerid]++);
pawn Код:
format(kupdate,sizeof(kupdate),"Kills : %d",Kills[killerid]);
format(dupdate,sizeof(dupdate),"Deaths : %d",Deaths[playerid]);