Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
Alright, So i have this script, It's with a character system, so when you join the server, you get a list of characters you can create onto this account, but then once i finish the register and everything, my character indeed is saved, but when i go to my scriptfiles, there isn't a folder which has the users information, and no it isn't mysql.
Posts: 236
Threads: 102
Joined: Sep 2012
have you created a folder for it ? if not then go to scriptfiles/[example Create a folder named]:Characters and then it should save also you should create them as .cfg
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
I did create the folders, But it isn't working, they're just not showing up, but they're still saved somehow, i can't find them anywhere, they has to be somewhere, because if they weren't characters wouldn't be saved.
Posts: 236
Threads: 102
Joined: Sep 2012
could you post the line where it should save? from script
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
for (new i = 1; i <= 50; i ++) SendClientMessage(playerid, -1, " ");
format(string, sizeof(string), "Files/Users/%s.ini", PlayerName(playerid));
if (fexist(string))
There.
Posts: 236
Threads: 102
Joined: Sep 2012
now... Go to your Scriptfiles and look for folder name "Files" and then look inside there for "Users" and there you should see them
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
They are not there, I tried, idk what's wrong.
Posts: 236
Threads: 102
Joined: Sep 2012
then as the last thing i can suggest you is try making it like this remove the Files in front and let it be Like :
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
Done that already, Didn't work either.
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
Bump, Anyone please help, it is really important.