SA-MP Forums Archive
Login System Problems - Have to register every relog. - 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 Problems - Have to register every relog. (/showthread.php?tid=491667)



Login System Problems - Have to register every relog. - xRetroDuckz - 31.01.2014

Hallo!

I've been making an admin system following this tutorial:

https://sampwiki.blast.hk/wiki/Creating_...n_FilterScript

It compiles and works great, however, if a player leaves and joins back, he joins back needing to register again, can you guys please take a look at my code and see if you can find any problems? thanks.

http://pastebin.com/rD3eXsXz //Excuse the title, I originally sent that to a friend named Troll. xD

Thanks again,


Re: Login System Problems - Have to register every relog. - anou1 - 31.01.2014

"This article is severely outdated. It may use methods or functions which are deemed obsolete or which no longer exist. Caution is advised."


Look the link you past.
https://sampwiki.blast.hk/wiki/Creating_...n_FilterScript


Re: Login System Problems - Have to register every relog. - xRetroDuckz - 01.02.2014

I didn't ask if it was obsolete, I asked if anybody knows how I can fix it..


Re: Login System Problems - Have to register every relog. - CuervO - 01.02.2014

Well to begin with, are the player files correctly created at the Administration/Users/ directory? If not then it would be a problem when the player connects, otherwise it's a reading problem; maybe it's a saving problem when the player disconnects.

A debug information would be great for this.