problem with Accounts folder. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: problem with Accounts folder. (
/showthread.php?tid=185134)
problem with Accounts folder. -
Face9000 - 23.10.2010
Hi all,i've a problem.
I've a registration system that save account in /scriptfiles/Accounts folder.
But...when i go to Accounts folder,it's blank and all accounts are in /scriptfiles.
Why this?
Re: problem with Accounts folder. -
Seven. - 23.10.2010
Show the code where it should save to this folder.
Re: problem with Accounts folder. -
Voldemort - 23.10.2010
pawn Код:
format(username, sizeof(username), "users/%s.ini",PlayerName[playerid]);
in this case its read from scriptfiles\users\username.ini