04.06.2011, 19:23
Well I don't really understand what you're doing here.
You use the integer equivalent of the player's name as the index for AccInfo? Why not just use the playerid? Like this.
pawn Code:
new warned = strval(PlayerName);
AccInfo[warned][HackWarnings]++;
pawn Code:
AccInfo[playerid][HackWarnings]++;