14.01.2011, 14:56
I'm working on Dynamic Factions script and i get this error
On this line
Marked with */-* and *-\*
Help!
Код:
error 047: array sizes do not match, or destination array is too small
Код:
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);*-\*
Help!