Loading strings issue.
#5

Still need help, seriously tho I need to find the issue.

Код:
			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]);
I am pretty sure its this
Код:
else if(strcmp(key, "FactionARanks") == 0) sscanf(line[s], "s[32]", FactionARanks[i][j]);
but I am not sure how is it supposed to be written.
Reply


Messages In This Thread
Loading strings issue. - by Black Axe - 26.03.2016, 05:08
Re: Loading strings issue. - by Gammix - 26.03.2016, 05:43
Re: Loading strings issue. - by Black Axe - 26.03.2016, 05:48
Re: Loading strings issue. - by Black Axe - 26.03.2016, 15:39
Re: Loading strings issue. - by Black Axe - 27.03.2016, 20:34
Re: Loading strings issue. - by SickAttack - 27.03.2016, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)