Strange errors to my command
#6

PHP код:
stock dini_Create(filename[]) {
    if (
fexist(filename)) return false//line 40
    
new File:fhnd;
    
fhnd=fopen(filename,io_write);
    if (
fhnd) {
        
fclose(fhnd);
        return 
true;
    }
    return 
false;

Reply


Messages In This Thread
Strange errors to my command - by geohareas - 17.01.2013, 20:28
Re: Strange errors to my command - by Lynn - 17.01.2013, 20:30
Re: Strange errors to my command - by geohareas - 17.01.2013, 20:32
Re: Strange errors to my command - by Lynn - 17.01.2013, 20:35
Re: Strange errors to my command - by geohareas - 17.01.2013, 20:36
Re: Strange errors to my command - by geohareas - 17.01.2013, 20:39
Re: Strange errors to my command - by Lynn - 17.01.2013, 20:42
Re: Strange errors to my command - by Vince - 17.01.2013, 21:48

Forum Jump:


Users browsing this thread: 3 Guest(s)