SA-MP Forums Archive
how i can make this ? - 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 i can make this ? (/showthread.php?tid=306186)



how i can make this ? - Joker! - 25.12.2011

how can i make the players when they type the password shows ******


Re: how i can make this ? - suhrab_mujeeb - 25.12.2011

If you are using dialogs, use DIALOG_STYLE_PASSWORD.


Re: how i can make this ? - silvan - 25.12.2011

check this https://sampwiki.blast.hk/wiki/Dialog_Styles


Re: how i can make this ? - Joker! - 25.12.2011

is there tutorial ?


Re: how i can make this ? - Ironboy - 25.12.2011

If you use DIALOG_STYLE_PASSWORD, then it will be like this
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Login","Enter your password below:","Login","Cancel");