SA-MP Forums Archive
[FilterScript] [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) (/showthread.php?tid=140783)



[FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - MafiaGuy™ - 10.04.2010

Hello guys, i would like to show you my first FS. It is pretty basic and advance at the same time.
- Optional DINI or INI registration system.
- Udb hashed passwords. (Protects the user privacy)
- Admin Level, Skin, Level saving.
OTHER
DINI is made by DracoBlue.
You can download it here: http://dracoblue.net/download/dini-16/35/
Credits go to me for the script.
Link:
- Pastebin - http://pastebin.com/sCkv3HEM



Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - [1corp]vlad - 15.04.2010

dune =D


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - Thrarod - 15.04.2010

Why send a message to player when disconnect, probably he wont even see it


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - johnnyc - 15.04.2010

nice man, thanks !


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - MafiaGuy™ - 15.04.2010

Well it is kindy rude not the say goodbye XD :P :P :P

btw.. it takes about 2 secs to exit the game when using /q :P


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - tr.power - 24.04.2010

Thanks bro, i use it!


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - Zh3r0 - 24.04.2010

The worst thing to do is using OnPlayerUpdate....


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - miguel_angel_ - 25.04.2010

nice script


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - Calgon - 25.04.2010

You shouldn't be using OnPlayerUpdate to save stats, that's pretty stupid seeing as OnPlayerUpdate is called at least 5 times per second if the player is tabbed in, which would lag the server extremely.

Create a seperate timer to save every minute or so, and/or save on disconnect.


Re: [FS] MafiaGuy's Registration System (DINI/INI - Dialogs) - Correlli - 25.04.2010

Quote:
Originally Posted by PlayON
The worst thing to do is using OnPlayerUpdate....
If you don't know how to use it, yes - like in this case (this script).

http://forum.sa-mp.com/index.php?topic=115828.0