Posts: 98
Threads: 13
Joined: Mar 2009
Reputation:
0
I use a GF edit. How do I make it that when users register it goes into a folder called "users"? So If I would register under tester it would go into /server/scriptfiles/users/tester.ini? Any help appreciated
Posts: 762
Threads: 157
Joined: Feb 2009
Reputation:
0
What system are you using for accounts? dini.. something else?
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
If it's GF then it's not a file system. You have to change all of the save AND load locations to "foldername/%s.ini" or whatever.
Posts: 256
Threads: 48
Joined: Apr 2009
Reputation:
0
dini_Create("users/%s.ini");
This is an dini example, not sure what GF uses.
Posts: 98
Threads: 13
Joined: Mar 2009
Reputation:
0
Help would be appreciated
Posts: 5
Threads: 1
Joined: Aug 2008
Reputation:
0
I think you cant Do folders for your users...
dini_create() Just create a .ini file, not a Folder
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
You can create folders, every where that's loading or saving the player's name, set it to something like "Users/%s.ini"