SA-MP Forums Archive
Register/Login Issue - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Register/Login Issue (/showthread.php?tid=146522)



Register/Login Issue - TKZ227 - 07.05.2010

I'm trying to make my first login and register system, and I'm getting two errors/warnings.

Script: http://pastebin.com/sp3XcNk1

Errors: http://pastebin.com/rcFrH8FN


Re: Register/Login Issue - Steven82 - 07.05.2010

Try to use

Eric_

Tutorial it help a bunch.


Re: Register/Login Issue - TKZ227 - 07.05.2010

Well, I found this tutorial on the Wiki, and the guy actually explained how everything works, so it seemed quite helpful. I may look into Eric_'s though, I know he has released a lot of great work on the forums, so it will probably work better. Thanks.


Re: Register/Login Issue - dice7 - 07.05.2010

tmp needs to be 256 cells, since strtok returns an array the size of that,
same with tmp2,
delete gSettings out of your script
and put #pragma unused ret_memcpy on top


Re: Register/Login Issue - Steven82 - 07.05.2010

Yea and Eric_ is a good scripter and good TUT's so yeah look into his.


Re: Register/Login Issue - TKZ227 - 08.05.2010

Quote:
Originally Posted by Steven82
Yea and Eric_ is a good scripter and good TUT's so yeah look into his.
I checked out his tutorial, and it works perfect, much appreciated.


Re: Register/Login Issue - Steven82 - 08.05.2010

Quote:
Originally Posted by TKZ227
Quote:
Originally Posted by Steven82
Yea and Eric_ is a good scripter and good TUT's so yeah look into his.
I checked out his tutorial, and it works perfect, much appreciated.
Thank you but don't just credit me, also credit "Eric_" for his awesome work