Y_Ini Not Working - 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: Y_Ini Not Working (
/showthread.php?tid=652479)
Y_Ini Not Working -
MoonLightRider - 12.04.2018
Im using y_ini for saving player stats...Everything is going fine Server is also creating a Path in Script files but the document is blank .. i mean it creates a document with player name but inside its a blank page .. nothing is saved!
Re: Y_Ini Not Working -
Jstylezzz - 12.04.2018
You could start by posting the code that's supposed to save this data. How else are we supposed to help you resolve the issue?
Re: Y_Ini Not Working -
JesterlJoker - 13.04.2018
usually people forget this small piece of code when using Y_INI, which is literally an important part
PHP Code:
INI_SetTag(File, "Information"); // "Information" can be changed to anything you like
if not then try using the latest includes, if none fixes. Then a code or two may give us a clue on what gives. i.e your saving and loading code