How to transfer this to Y_INI?
#1

How to transfer this to Y_INI?

PHP код:
public AllCommandLog(string[])
{
    new 
entry[64];
    
format(entrysizeof(entry), "%s\r\n",string);
    new 
File:hFile;
    
hFile fopen("logs/allcommands.log"io_append);
    
fwrite(hFileentry);
    
fclose(hFile);

Reply


Messages In This Thread
How to transfer this to Y_INI? - by DusanInfinity - 19.10.2015, 15:16
Re: How to transfer this to Y_INI? - by DusanInfinity - 21.10.2015, 09:37
Re: How to transfer this to Y_INI? - by RoboN1X - 21.10.2015, 10:41
Re: How to transfer this to Y_INI? - by iShawn - 21.10.2015, 11:03
Re: How to transfer this to Y_INI? - by DusanInfinity - 21.10.2015, 17:21
Re: How to transfer this to Y_INI? - by Vince - 21.10.2015, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)