26.04.2013, 14:30
Try replacing this.
To this.
pawn Код:
PlayerInfo[player1][Warnings] = PlayerInfo[player1][Warnings]+1;
pawn Код:
PlayerInfo[player1][Warnings]++; //adds one per the command is used.

