Fix relog after register - 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: Fix relog after register (
/showthread.php?tid=662035)
Fix relog after register -
GeorgeLimit - 22.12.2018
How do you fix it so that when a new player registers, they don't reload or re-enter after registering. I use Y_ini
Re: Fix relog after register -
Tickle - 22.12.2018
Do you mean so they don't have to login again? You could compare the IP connected to the previously authenticated IP by storing the IP as a string and comparing it on connect.
Re: Fix relog after register -
JoshBrown - 22.12.2018
Quote:
Originally Posted by GeorgeLimit
How do you fix it so that when a new player registers, they don't reload or re-enter after registering. I use Y_ini
|
Try looking inside your script; it could well be an issue inside your actual gamemode.
If you still need help, PM me or reply here.