SA-MP Forums Archive
I need a file reader - 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: I need a file reader (/showthread.php?tid=173101)



I need a file reader - QuaTTrO - 01.09.2010

Hi, I need to include read and write data to a file, eg store in a line of text = test241 test and load the
something like Dini, but I'm looking for something faster than dini


Re: I need a file reader - Ironboy500[TW] - 01.09.2010

There is nothing faster then dini xD
You can also use fwrite(); and fread();


Re: I need a file reader - [XST]O_x - 01.09.2010

Djson perhaps?