Very minor thing - 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: Very minor thing (
/showthread.php?tid=378049)
Very minor thing -
Red_Dragon. - 16.09.2012
When i log in i see my password when i'm writing it, but i want it not to be seen as letters or numbers, i need it to be seen like small circles or ***** (To be encrypted or something like that) and thank you
AW: Very minor thing -
BiosMarcel - 16.09.2012
This won't works i think (YOu can only Hash it in a FIle)
Re: Very minor thing -
Vince - 16.09.2012
Use DIALOG_STYLE_PASSWORD.
AW: Very minor thing -
BiosMarcel - 16.09.2012
Sry forgot This (-:
Re: Very minor thing -
Red_Dragon. - 16.09.2012
I need someone to explain it EXACTLY cause i don't understand you
Re: Very minor thing -
Red_Dragon. - 16.09.2012
I already made the box (dialog) that you write the password in, but i want to make it unable to be revealed
AW: Very minor thing -
BiosMarcel - 16.09.2012
Example: ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYL E_PASSWORD,"Login","Your Sentence:","Login","Abort");
Look in Wikipedia (-:
Re: Very minor thing -
JaKe Elite - 16.09.2012
Red_Dragon then use Whirlpool.
Whirlpool hashes the password make it impossible to revealed the password.
Re: Very minor thing -
clarencecuzz - 16.09.2012
Example:
You have something like this at the moment:
pawn Код:
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_INPUT, "Login Here", "Type Your password below:", "Okay", "Cancel");
You just need to replace DIALOG_STYLE_INPUT with DIALOG_STYLE_PASSWORD.
Re: Very minor thing -
Red_Dragon. - 16.09.2012
I use whirlpool, doesn't make anything