Fread, each line, into dialog
#1

PHP код:
new pname[24], plrIP[16], File:ftw=fopen("names.txt"io_write);
    if(
ftw)
    {
        
GetPlayerName(playeridpname24);
        new 
string[1000];
        
format(stringsizeof(string),pname);
        
fwrite(ftwstring);
        
fclose(ftw);
    } 
How do i write to newline and read all lines with dialog? .... i've tried \n

Hope you understand...
if you help, ill give you rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)