Password Dots - 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 Dots (
/showthread.php?tid=309836)
Password Dots -
lamarr007 - 09.01.2012
Hi, i see "dots" instead of password from some servers.
Like this :
How can I do something like this ?
Re: Password Dots -
Konstantinos - 09.01.2012
![](https://sampwiki.blast.hk/wroot/images2/f/f8/Dialog_style_password.png)
DIALOG_STYLE_PASSWORD
pawn Код:
//example for DIALOG_STYLE_PASSWORD
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Login","Enter your password below:","Login","Cancel");
Re: Password Dots -
lamarr007 - 09.01.2012
Thanks !!