need small help with Y_Ini register/login - 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: need small help with Y_Ini register/login (
/showthread.php?tid=593465)
need small help with Y_Ini register/login -
CraTzy - 05.11.2015
sup guys
i followed this
Tutorial (Click Me) to create a /register /login system
but when i relog the Server says i need register again
any help ?
Re: need small help with Y_Ini register/login -
jeffery30162 - 06.11.2015
I would suggest using mysql instead of file save it is better and can be more manipulative.
If you need help setting it up follow my tutorial:
Mysql tutorial with dialogs
Re: need small help with Y_Ini register/login -
xCrazyMonkey - 06.11.2015
Are you actually saving the account after you do /register?
Re: need small help with Y_Ini register/login -
CraTzy - 06.11.2015
check the damn tut up
Re: need small help with Y_Ini register/login -
FreAkeD - 06.11.2015
Have you created a folder called '
Users' in your scriptfiles folder? Thats where data is saved.
Not having that folder created will not save the users data and therefore there is nothing to load, so it will force you to register again.
Re: need small help with Y_Ini register/login -
CraTzy - 06.11.2015
ye i got it