09.04.2012, 13:12
i am not really sure, but the space between the enum and the "++" maybe makes some difference?
idk if it will work but try
or just replace with
idk if it will work but try
pawn Код:
PlayerInfo[killerid][pKills]/*the space here*/ ++;
pawn Код:
PlayerInfo[killerid][pKills] = PlayerInfo[killerid][pKills] + 1;