SA-MP Forums Archive
DjSon - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: DjSon (/showthread.php?tid=177403)



DjSon - DRIFT_HUNTER - 17.09.2010

Simple question
LOL how i check these with DjSon?

pawn Код:
if(dini_Exists(file))
{
    //BLA...BLA...BLA.....
    return 1;
}



Re: DjSon - MisterTickle - 17.09.2010

I don't think Djson has a exist thing you need to use fexist


Re: DjSon - Hiddos - 17.09.2010

I guess it's back to using "if(fexist())" again, had the same thing hehe.


Re: DjSon - DRIFT_HUNTER - 17.09.2010

Thank you
I had these option in my mind....
I just afraid that these can slow down DjSon


Re: DjSon - Hiddos - 17.09.2010

Not really. All it does is checking if the specified file exists, it ain't reading anything from it ^^