Problem!!
#3

PHP код:
stock UpisiLog(fajl[], string[])
{
    new 
unos[256];
    new 
satminutsekunddanmesecgodina;
    
gettime(satminutsekund);
    
getdate(godinamesecdan);
    
format(unos256"[%d/%d/%d - %d:%d:%d] %s\r\n"danmesecgodinasatminutsekundstring);
    new 
File:hFile;
    
hFile fopen(fajlio_append);
    
fwrite(hFileunos);
    
fclose(hFile);
    return 
1;

That is UpisiLog (WriteLog) function. What do you need??
Reply


Messages In This Thread
Problem!! - by Micko123 - 19.07.2016, 09:26
Re: Problem!! - by Sjn - 19.07.2016, 09:30
Re: Problem!! - by Micko123 - 19.07.2016, 09:32
Re: Problem!! - by Stinged - 19.07.2016, 09:32
Re: Problem!! - by Micko123 - 19.07.2016, 09:37
Re: Problem!! - by UltraScripter - 19.07.2016, 09:52
Re: Problem!! - by Micko123 - 19.07.2016, 09:55
Re: Problem!! - by FuNkYTheGreat - 19.07.2016, 09:55
Re: Problem!! - by Micko123 - 19.07.2016, 09:58
Re: Problem!! - by Stinged - 19.07.2016, 10:01

Forum Jump:


Users browsing this thread: 2 Guest(s)