SA-MP Forums Archive
How to hide passwords - 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: How to hide passwords (/showthread.php?tid=345714)



How to hide passwords - Johnny_Robins - 26.05.2012

Alright when i login to my server. My scripter which is no longer my scripter sorta messed up my new login system where you type it in threw a dialog. I was wondering how i can make it so when i type in my password to login it will show up as "******" instead of the actual letters of my password.


Re: How to hide passwords - Azazelo - 26.05.2012

you need to fine you DIALOG_STYLE_INPUT and to change in DIALOG_STYLE_PASSWORD.
Look more here https://sampwiki.blast.hk/wiki/Dialog


Re: How to hide passwords - Johnny_Robins - 26.05.2012

Quote:
Originally Posted by n00b_scripter
Посмотреть сообщение
its nothing here you just need to do is replace
DIALOG_STYLE_INPUT
with
DIALOG_STYLE_PASSWORD
like
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYL E_PASSWORD,"Login","you need to login before getting access in server","Login","BACK");
Thanks worked