About .txt file
#2

Take:
PHP код:
#include <a_samp>
#include <YSI\y_ini>

forward YourNameLog(string[]);

public 
YourNameLog(string[])
{
    new 
entry[256];
    
format(entrysizeof(entry), "%s\n",string);
    new 
File:hFile;
    
hFile fopen("YourNameLog.txt"io_append);
    
fwrite(hFileentry);
    
fclose(hFile);

Reply


Messages In This Thread
About .txt file - by RenovanZ - 22.05.2013, 06:47
Re: About .txt file - by radiobizza - 22.05.2013, 07:23
Re: About .txt file - by RenovanZ - 22.05.2013, 08:03
Re: About .txt file - by radiobizza - 22.05.2013, 08:05
Re: About .txt file - by RenovanZ - 22.05.2013, 08:10
Re: About .txt file - by radiobizza - 22.05.2013, 15:23

Forum Jump:


Users browsing this thread: 1 Guest(s)