10.09.2016, 15:58
Hi, I'm making a gamemode right now, but I stumbled across two errors right now.
They are:
Lines 158 and 159:
This is what I got in the enum:
What's wrong with it?
They are:
Код:
(158) : error 047: array sizes do not match, or destination array is too small (159) : error 047: array sizes do not match, or destination array is too small
Код:
PlayerInfo[playerid][pBannedBy] = "None"; PlayerInfo[playerid][pBanReason] = "None";
Код:
pBannedBy[MAX_PLAYER_NAME], pBanReason[32],