[GameMode] SII registration gamemode (empty) (no hashing) (.ini) (123 lines) - 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: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] SII registration gamemode (empty) (no hashing) (.ini) (123 lines) (
/showthread.php?tid=486481)
SII registration gamemode (empty) (no hashing) (.ini) (123 lines) -
Dignity - 08.01.2014
SII.inc empty registration gamemode
Hi. I've been getting bugged by alot of people with requests of a simple registration/login system which is very easy to manage and edit. I have recommended YSI very often but apparently the tutorials currently listed in the tutorial section are outdated and bugged. I haven't tried at all, but instead I decided to write a very novice piece of code which should most likely resolve most of these issues. It is a registration system using SII; no password hashing, and currently only saving passwords, cash, score, and admin. It is incredibly easy to edit and may be slightly outdated as I actually used an tutorial myself to compile this togheter. This is a gamemode version from
Kush's SII tutorial with no custom colors, just a very empty interface which is easy to manage and understand. Use it, edit it, rerelease it, I don't care; this took about a minute to compile togheter; probably a big up for lazy people who don't want to read a tutorial aswell. Good luck & have fun.
TL:DR - script basically contains:
• Registration system saves; Password, cash, score, and admin.
• No colors used anywhere. Clean white dialogs for easy editing.
• No hashing, but it is fairly easy to implement in to this code.
• Only 123 lines of code. Can get even less if you clean up the callbacks.