Question regarding strings inside arrays
#3

That does make sense haha, thanks mate +rep


EDIT: That still makes output be same, well not the same but its Russian Russian now.

Код:
	format(pInfo[playerid][Language], 10, "English");
	format(pInfo[playerid][Language], 10, "Russian");

	for(new i=0; i < MAX_LANGUAGES; i++) {
	    printf("%i %s",i,pInfo[playerid][Language]);
	}
same goes if I do
Код:
pInfo[playerid][Language][i]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)