Adding stuff to another file.
#3

PHP код:
    new File:File,msg[128];
    
format(msg,128,">> %s have been banned by %s, reason: %s.\r\n"playernameadminnamereason);
    
File fopen("Logs/ban.txt",io_append);
    
fwrite(File,msg);
    
fclose(File); 
Reply


Messages In This Thread
Adding stuff to another file. - by Vic1990 - 26.11.2011, 13:01
Re: Adding stuff to another file. - by Unte99 - 26.11.2011, 13:05
Re: Adding stuff to another file. - by [MG]Dimi - 26.11.2011, 13:22

Forum Jump:


Users browsing this thread: 1 Guest(s)