fexist not work up scriptfiles??
#1

So i started Gamemode from new.pwn but fexist not work like i have in my code
pawn Код:
if(!fexist("./../include/gl_spawns.inc")) // for testing perpesis
    {
       print("Your file does not exist");
    }
    else
    {
           print("Your file does exist");
       new File:fhandle = fopen("./../include/gl_spawns.inc",io_append);
       fwrite(fhandle,"Testing");
       fclose(fhandle);
    }
in console server shows: Your file does not exist
Reply


Messages In This Thread
fexist not work up scriptfiles?? - by whitedragon - 27.11.2011, 13:41
Re: fexist not work up scriptfiles?? - by Sinc - 27.11.2011, 14:34
Re: fexist not work up scriptfiles?? - by whitedragon - 27.11.2011, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)