SA-MP Forums Archive
YSI Error: INI_Open - 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: YSI Error: INI_Open (/showthread.php?tid=525375)



YSI Error: INI_Open - Cole_William - 11.07.2014

So i've been trying to fix my PATH for YSI_INI but this happens

Код:
[10:43:30]*** YSI Error: INI_Open could not find or create file scriptfiles/users/Cole.ini
Here's my #PATH define:
Код:
#define PATH "scriptfiles/users/%s.ini"
I tried
Код:
#define PATH "/scriptfiles/users/%s.ini"
Код:
#define PATH "../scriptfiles/users/%s.ini"
((Thought it would go back then into scriptfiles/users))

If anyone can help, that be great.


Re: YSI Error: INI_Open - BroZeus - 11.07.2014

#define PATH "/users/%s.ini"
the default path is already in scriptfiles folder so no need to mention it use what i gave ^


Re: YSI Error: INI_Open - AlonzoTorres - 11.07.2014

Nvm, guy above was faster. Anyways for others I might add that it's important that you have the correct permissions and that you actually create the folder.


Re: YSI Error: INI_Open - Cole_William - 11.07.2014

Nevermind, i figured it out, it was simply that YSI already was in Scriptfiles....