04.12.2015, 15:18
Try this:
instead of:
PHP код:
format(PlayerInfo[playerid][pBanBy], sizeof(PlayerInfo[playerid][pBanBy]), "%s" BanByString);
format(PlayerInfo[playerid][pBanReason], sizeof(PlayerInfo[playerid][pBanReason]), "%s", BanReasonString);
PHP код:
PlayerInfo[playerid][pBanBy] = BanByString;
PlayerInfo[playerid][pBanReason] = BanReasonString;