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

I'm working on Dynamic Factions script and i get this error
Код:
error 047: array sizes do not match, or destination array is too small
On this line
Код:
public LoadFactions()
{
    new string[128], otherstring[128];
    for(new i = 0; i < MAX_GROUPS; i++)
    {
    	format(string, sizeof(string),"Faction_%d",i);
		if(djIsSet(FACTIONS_FILE, string))
		{
			*/-*format(otherstring, sizeof(otherstring),"Faction_%d/FactionName",i); FactionInfo[i][fName] = dj(FACTIONS_FILE, otherstring);*-\*
Marked with */-* and *-\*
Help!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)