SA-MP Forums Archive
help tutorial - 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: help tutorial (/showthread.php?tid=637530)



help tutorial - crukk11 - 16.07.2017

can anyone show latest login register using y-ini.


Re: help tutorial - [G]am3r - 16.07.2017

Check this out > https://sampforum.blast.hk/showthread.php?tid=273088


Re: help tutorial - crukk11 - 16.07.2017

how about this

https://sampforum.blast.hk/showthread.php?tid=597639

ok?


Re: help tutorial - crukk11 - 16.07.2017

I follow the step but,in the scriptfile is blank ini.when login,any password can login?


Re: help tutorial - [G]am3r - 17.07.2017

Quote:
Originally Posted by crukk11
Посмотреть сообщение
I follow the step but,in the scriptfile is blank ini.when login,any password can login?
Make a folder named Users in scriptfiles. The tutorial I told you was a working one.


Re: help tutorial - Arbico - 17.07.2017

I suggest you use dini, instead of y-ini, because dini is so easy, and so fast for beginners


Re: help tutorial - Logic_ - 17.07.2017

Simply go with SQLite, it's way more easier than Y_INI or Dini, and gives faster performance as well!


Re: help tutorial - crukk11 - 19.07.2017

why sqlite


Re: help tutorial - nG Inverse - 19.07.2017

SQLite - it's quicker and has much more flexibility. You can seamlessly retrieve specific data (even sorted/filtered) with little work on your end.

For a user database system, check out BUD by Slice. Follow the tutorial in the main post and you'll be set up in minutes.

https://sampforum.blast.hk/showthread.php?tid=187720


Re: help tutorial - Dignity - 19.07.2017

Quote:
Originally Posted by Arbico
Посмотреть сообщение
I suggest you use dini, instead of y-ini, because dini is so easy, and so fast for beginners
really