ftemp() issues? - 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: ftemp() issues? (
/showthread.php?tid=516734)
ftemp() issues? -
Riwerry - 01.06.2014
Hello guys, why when I use function ftemp() it keeps crashing samp_server.exe? (Problem occurs only when I am testing speed like this:
pawn Код:
for(new i; i != 1000; i++) writeblablaa..;
When I create other normal file it works fine.
Re: ftemp() issues? -
IstuntmanI - 01.06.2014
https://sampwiki.blast.hk/wiki/Ftemp
Quote:
This function can crash the server when the right directory isn't created.
|
Re: ftemp() issues? -
Riwerry - 01.06.2014
It is created, 500 writes to ftemp() it can handle, if right directory isn't created it will crash on first write