Question - 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: Question (
/showthread.php?tid=629921)
Question -
SpaceRP - 05.03.2017
Do you is better for permanent ban system usim y_ini or fopen - fwrite?
Re: Question -
BiosMarcel - 05.03.2017
I am speachless .... inform yourself a little please. fopen / fwrite are teh default methods to open / write to fles, there is no other way actually, at leas tnow ithout using a plugin. So y_ini doesn't do anything else. Anyways, i generally would recommend SQLLite / MySQL. Not just for a ban system, but for your whole system, because otherwise its overkill
Re: Question -
SpaceRP - 05.03.2017
default methods (fopen/fwrite) or y_ini? which is fast?
Re: Question -
Toroi - 05.03.2017
As the
speachless Marcel said, fopen/fwrite are functions that even Y_INI uses, your question is not valid at all unless you meant to say dini instead of fopen/fwrite.
Re: Question -
SpaceRP - 05.03.2017
means the same whether you use fopen/fwrite or y_ini