10.05.2009, 13:46
Try using what Panda says
instead of PlayerInfo[killerid][pKills] = PlayerInfo[killerid][pKills] + 1;
use:
PlayerInfo[killerid][pKills]++;
They both should do the same thing but maybe this will fix the problem, not sure
instead of PlayerInfo[killerid][pKills] = PlayerInfo[killerid][pKills] + 1;
use:
PlayerInfo[killerid][pKills]++;
They both should do the same thing but maybe this will fix the problem, not sure

