[Need Help] Dialog Box Help - 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: [Need Help] Dialog Box Help (
/showthread.php?tid=359708)
[Need Help] Dialog Box Help -
UnknownGamer - 15.07.2012
Код:
if(response)
{
if (gPlayerAccount[playerid] != 0)
{
ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_INPUT,"Welcome, Please Log-In","Type your password below to log-in","Log-in","Quit");
}
else
{
ShowPlayerDialog(playerid, 1246, DIALOG_STYLE_INPUT,"Welcome, Please Register","Type your password below to register a new account.","Register","Quit");
}
How would I star out them boxes, when they register/login, They enter the password. How can I star out the password they enter?
Thankyou.
Re: [Need Help] Dialog Box Help -
UnknownGamer - 15.07.2012
MOD CLOSE THREAD/REMOVE THREAD. ALREADY DONE IT.
Re: [Need Help] Dialog Box Help -
Captain_Mani - 15.07.2012
Please tell me how you did it.
Re: [Need Help] Dialog Box Help -
kbalor - 15.07.2012
How about some people with the same problem like this? Show how its done.
Re: [Need Help] Dialog Box Help -
cosbraa - 15.07.2012
Quote:
Originally Posted by Captain_Mani
Please tell me how you did it.
|
DIALOG_STYLE_PASSWORD
Re: [Need Help] Dialog Box Help -
UnknownGamer - 15.07.2012
Quote:
Originally Posted by cosbraa
DIALOG_STYLE_PASSWORD
|
Correct. I found the answer on ******.