SA-MP Forums Archive
ReturnUser,strtok and IsNumeric - 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: ReturnUser,strtok and IsNumeric (/showthread.php?tid=590150)



ReturnUser,strtok and IsNumeric - Axel712 - 26.09.2015

I wanted to make a admin system so i found help on the sa-mp wiki but it says that it requires ReturnUser, strtok and IsNumeric....
Can someone help me?


Re: ReturnUser,strtok and IsNumeric - Axel712 - 26.09.2015

Will give +rep for the one who helps me


Re: ReturnUser,strtok and IsNumeric - [XST]O_x - 26.09.2015

Strtok:
https://sampwiki.blast.hk/wiki/Strtok

And the other 2:
https://sampforum.blast.hk/showthread.php?tid=116292

Found them with a quick search.
However, this tutorial is very old and uses old and slow methods. Today there are much quicker and easier-to-use includes for that. You better off search for a tutorial around the forum that uses MySQL, foreach, zcmd and sscanf2.

EDIT:
Here is a tutorial with Y_ini (file system)
https://sampforum.blast.hk/showthread.php?tid=550865

And here is one with MySQL(database)
https://sampforum.blast.hk/showthread.php?tid=422295


Re: ReturnUser,strtok and IsNumeric - Axel712 - 26.09.2015

Thanks Man!