.pwn(228) : error 047: array sizes do not match, or destination array is too small
#1

I got this error
Код:
.pwn(228) : error 047: array sizes do not match, or destination array is too small
On the top
Код:
#define MAX_STRING 128

enum pInfo
{
        xxxxxx,
	GangName[MAX_STRING],
	xxxxxxx,
	xxxxxx[MAX_STRING]
}
and here the 228 line
Код:
PGangInfo[playerid][GangName] = dini_Get(PFile(playerid), "GangName");
any help?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)