25.10.2011, 01:00
For future reference, I think you can just do this.
Regardless, Pawn doesn't support 3D arrays which is what that is. You would need another variable outside the enum to handle the string. Like this.
Not sure if that would solve it but it would solve one of your problems.
pawn Код:
format(PlayerInfo[giveplayerid][pBanReason], 128, "Ban Reason: %s - Banned by: %s",result,sendername);
pawn Код:
new pBanReason[MAX_PLAYERS];