Account bugging when changing enum that's a string...
#2

For future reference, I think you can just do this.

pawn Код:
format(PlayerInfo[giveplayerid][pBanReason], 128, "Ban Reason: %s - Banned by: %s",result,sendername);
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.

pawn Код:
new pBanReason[MAX_PLAYERS];
Not sure if that would solve it but it would solve one of your problems.
Reply


Messages In This Thread
Account bugging when changing enum that's a string... - by Jack_Leslie - 25.10.2011, 00:00
Re: Account bugging when changing enum that's a string... - by Backwardsman97 - 25.10.2011, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)