Question pls :C - 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)
+--- Thread: Question pls :C (
/showthread.php?tid=476974)
Question pls :C -
Riwerry - 21.11.2013
Hello guys, for what I need this in my code? I seriously have no idea, when I deleted it, it was working like with it. Using it in my registration.
pawn Код:
if (fexist (UserPath (playerid)))
{
INI_ParseFile (UserPath (playerid), "LoadingAccounts_%s", .bExtra = true, .extra = playerid);
Re: Question pls :C -
Konstantinos - 21.11.2013
If the file exists, then the player is register so load the data of the player's file such as password so you can compare later on about whether the password is correct (so logged in) or not.
Re: Question pls :C -
Riwerry - 21.11.2013
Yea, but is it needed when it works still without it?