Array sizes do not match
#1

Hi, I'm making a gamemode right now, but I stumbled across two errors right now.
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
Lines 158 and 159:
Код:
PlayerInfo[playerid][pBannedBy] = "None";
PlayerInfo[playerid][pBanReason] = "None";
This is what I got in the enum:
Код:
pBannedBy[MAX_PLAYER_NAME],
pBanReason[32],
What's wrong with it?
Reply


Messages In This Thread
Array sizes do not match - by GoldenLion - 10.09.2016, 15:58
Re: Array sizes do not match - by Mister0 - 10.09.2016, 16:02
Re: Array sizes do not match - by Kaliber - 10.09.2016, 16:02
Re: Array sizes do not match - by GoldenLion - 10.09.2016, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)