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

pawn Код:
FactionInfo[i][fName] = dj(FACTIONS_FILE, otherstring);
to
pawn Код:
format(FactionInfo[i][fName],sizeof(FactionInfo[i][fName]),"%s",dj(FACTIONS_FILE, otherstring));
Otherwise, they need to match PERFECT and that is not a good idea in this case with different owners.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)