INI dont create file - 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: INI dont create file (
/showthread.php?tid=664255)
INI dont create file -
Deken - 23.02.2019
Hello i made something for ban system and ini dont create file %s.ini
new File:fi = fopen(BAN(), io_write);
fclose(fi);
new INI:File = INI_Open(BAN());
INI_SetTag(File,"data");
INI_WriteString(File,"Banovan:",playername);
INI_Close(File);
code
Re: INI dont create file -
Deken - 23.02.2019
i fixed it now only create file but without file name
Re: INI dont create file -
Deken - 23.02.2019
fixed