login system wont work - 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: login system wont work (
/showthread.php?tid=439047)
login system wont work -
NicholasA - 23.05.2013
It makes a "beep beep beep" noise when i click register.
my script:
http://pastebin.com/5n5hy8YH
Re: login system wont work -
SuperViper - 23.05.2013
Make sure the file is actually created before you try to open it. I don't use files for storing accounts but I'm pretty sure the function to create a file in Y_INI is
INI_Create.
Re: login system wont work -
Scenario - 23.05.2013
Is PlayerAccounts an actual directory in your scriptfiles folder?
Re: login system wont work -
Avi Raj - 23.05.2013
Make Sure you had Folder named PlayerAccounts in Script-file folder.
Re: login system wont work -
NicholasA - 23.05.2013
Forgot to make the folder, thanks guys