14.02.2011, 09:01
how can i read a dini file with a sting in it?
Like
%s is there name
This dnt work:
Any help :S
Like
Код:
new File:example = fopen("%s.txt", io_read);
This dnt work:
Код:
new str[128], f[256], n[24]; GetPlayerName(playerid,n,24); new File:example = fopen(f,sizeof(f),"%s.txt",n,io_read);