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



Password Problem - peterory - 26.06.2012

how to when the player input the password
the password show in the input box password show *


Respuesta: Password Problem - zSuYaNw - 26.06.2012

To Show PASSWORD Use:
pawn Код:
DIALOG_STYLE_INPUT
If, To Show width PASSWORD Style use:
pawn Код:
Dialog_STYLE_PASSWORD



Re: Respuesta: Password Problem - peterory - 26.06.2012

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
To Show PASSWORD Use:
pawn Код:
DIALOG_STYLE_INPUT
If, To Show width PASSWORD Style use:
pawn Код:
Dialog_STYLE_PASSWORD
error 017: undefined symbol "Dialog_STYLE_PASSWORD"


Re: Password Problem - Dan_Barocu - 26.06.2012

PHP код:
DIALOG_STYLE_PASSWORD like this



Re: Password Problem - TyThaBomb - 26.06.2012

Yeah, make sure DIALOG_STYLE_PASSWORD is all in full caps, otherwise it's not detectable.


Re: Password Problem - tyler12 - 26.06.2012

make sure u have 0.3e includes


Re: Respuesta: Password Problem - Smokkr - 26.06.2012

Quote:
Originally Posted by peterory
Посмотреть сообщение
error 017: undefined symbol "Dialog_STYLE_PASSWORD"
So, write this "#define Dialog_STYLE_PASSWORD" (without "") below "#include...." and you will fix this error