error 047: array sizes do not match, or destination array is too small
#1

Код:
enum hInfo
{
hOwner[MAX_PLAYER_NAME+1],
};
new HouseInfo[MAX_HOUSES][hInfo];

HouseInfo[houseid][hOwner]="word";  // 293
(293) : error 047: array sizes do not match, or destination array is too small



why and what are the other ways to save "word" into HouseInfo[houseid][hOwner]
Reply


Messages In This Thread
error 047: array sizes do not match, or destination array is too small - by Aa12 - 05.02.2016, 19:19
Re: error 047: array sizes do not match, or destination array is too small - by Mencent - 05.02.2016, 19:28

Forum Jump:


Users browsing this thread: 2 Guest(s)