SA-MP Forums Archive
Password Related - 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 Related (/showthread.php?tid=319145)



Password Related - varuncoolrule - 18.02.2012

Hey i have my hosted and a dialog box for registering and login and when we type password it shows password i want to change it into when we type password it looks like . Big Dot


Re: Password Related - ReneG - 18.02.2012

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


Re: Password Related - Slash_ - 18.02.2012

DIALOG_STYLE_PASSWORD


Re: Password Related - Swyft™ - 18.02.2012

Quote:
Originally Posted by Slash_
Посмотреть сообщение
DIALOG_STYLE_PASSWORD
Like what Slash just said use DIALOG_STYLE_PASSWORD

example (( Took this example off of https://sampwiki.blast.hk/wiki/ShowPlayerDialog )):
pawn Код:
//example for DIALOG_STYLE_PASSWORD
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Login","Enter your password below:","Login","Cancel");