Dini doesn't save - 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: Dini doesn't save (
/showthread.php?tid=335789)
Dini doesn't save -
Gooday - 19.04.2012
Im using this:
http://pastebin.com/AquJMYNa
In localhost it DOES NOT save, Why?!?
AW: Dini doesn't save -
Blunt P - 19.04.2012
change
PHP код:
format(playerfile, sizeof(playerfile), "Licenses/%s.ini",pname);
to
PHP код:
format(playerfile, sizeof(playerfile), "/Licenses/%s.ini",pname);
Re: Dini doesn't save -
Gooday - 20.04.2012
Still not working, please help!
Re: Dini doesn't save -
Folder - 20.04.2012
Create a Licenses folder in scriptfiles
Re: Dini doesn't save -
Gooday - 20.04.2012
I did...But is still empty
Re: Dini doesn't save -
Folder - 20.04.2012
Try this:
http://pastebin.com/rC8FrY1d
Re: Dini doesn't save -
Gooday - 20.04.2012
I <3 YOU! (No homo xD) thanks it worked!!!!!