data/dutils.inc(233) : error 017: undefined symbol "fexist" - 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)
+--- Thread: data/dutils.inc(233) : error 017: undefined symbol "fexist" (
/showthread.php?tid=391495)
data/dutils.inc(233) : error 017: undefined symbol "fexist" -
Moron - 10.11.2012
Код:
data/dutils.inc(233) : error 017: undefined symbol "fexist"
Код:
stock dini_Remove(filename[]) {
if (!fexist(filename)) return false;
fremove(filename);
return true;
}