SA-MP Forums Archive
Account Data saving Help - 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: Account Data saving Help (/showthread.php?tid=385583)



Account Data saving Help - Norhy - 16.10.2012

Hi guys. In my register system i have a defined path where the Data should be saved:

Code:
#define PATH "users/%s.ini"
When i register on the server and disconnect, something like this appears in the console: could not find or create file users/Norhy.ini.

What to do with this? And yes, i have y_ini in includes.

Thanks for help.


Re: Account Data saving Help - Glint - 16.10.2012

Quote:
Originally Posted by Norhy
View Post
Hi guys. In my register system i have a defined path where the Data should be saved:

Code:
#define PATH "users/%s.ini"
When i register on the server and disconnect, something like this appears in the console: could not find or create file users/Norhy.ini.

What to do with this? And yes, i have y_ini in includes.

Thanks for help.
You need to create the folder named "users" in your scriptfiles path.


Re: Account Data saving Help - Norhy - 16.10.2012

I have the File created there...


Re: Account Data saving Help - Glint - 16.10.2012

Quote:
Originally Posted by Norhy
View Post
I have the File created there...
are you sure you name the folder "users" because that is what the error is about only.