06.01.2011, 15:34
i used fread in this way
but it only displays the first line in the file...
how to make it so it displays all
Код:
new File:filehandle; filehandle = fopen(filename,io_read); new contents[1024]; fread(filehandle,contents); fclose(filehandle); ShowPlayerDialog(playerid,DIALOG_OVERVIEW_SCRIPT,DIALOG_STYLE_LIST,filename,contents,"Edit","Close");
how to make it so it displays all