Account Data saving Help
#1

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.
Reply
#2

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.
Reply
#3

I have the File created there...
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)