Password as black circles - 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: Password as black circles (
/showthread.php?tid=556141)
Password as black circles -
xX4m4zingXx - 09.01.2015
Hello,
I did a tutorial for a register/login system,
but what I want to add is:
that your pass is in black/white rounds so you can't see the letter.
How would I do this?
greets xX4m4zingXx
Re: Password as black circles -
Onfroi - 09.01.2015
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
DIALOG_STYLE_PASSWORD
Re: Password as black circles -
Schneider - 09.01.2015
Use DIALOG_STYLE_PASSWORD in the style-parameter of the ShowPlayerDiaglog-function.
By the way, they're white circles.
https://sampwiki.blast.hk/wiki/Dialog_Styles
Re: Password as black circles -
xX4m4zingXx - 09.01.2015
Ok, Thank you very much.