Need some help.
#1

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

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

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

could you post the line where it should save? from script
Reply
#5

for (new i = 1; i <= 50; i ++) SendClientMessage(playerid, -1, " ");
format(string, sizeof(string), "Files/Users/%s.ini", PlayerName(playerid));
if (fexist(string))


There.
Reply
#6

now... Go to your Scriptfiles and look for folder name "Files" and then look inside there for "Users" and there you should see them
Reply
#7

They are not there, I tried, idk what's wrong.
Reply
#8

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 :
Код:
"Users/%s.ini"
Reply
#9

Done that already, Didn't work either.
Reply
#10

Bump, Anyone please help, it is really important.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)