19.04.2012, 03:59
I got this error
On the top
and here the 228 line
any help?
Код:
.pwn(228) : error 047: array sizes do not match, or destination array is too small
Код:
#define MAX_STRING 128
enum pInfo
{
xxxxxx,
GangName[MAX_STRING],
xxxxxxx,
xxxxxx[MAX_STRING]
}
Код:
PGangInfo[playerid][GangName] = dini_Get(PFile(playerid), "GangName");

