27.03.2016, 20:34
Still need help, seriously tho I need to find the issue.
I am pretty sure its this
but I am not sure how is it supposed to be written.
Код:
for(new j = 0; j < 13; j++) { if(strcmp(key, "FactionSkins") == 0) FacInfo[i][FactionSkins][j] = strval(line[s]); else if(strcmp(key, "FactionARanks") == 0) sscanf(line[s], "s[32]", FactionARanks[i][j]);
Код:
else if(strcmp(key, "FactionARanks") == 0) sscanf(line[s], "s[32]", FactionARanks[i][j]);