SA-MP Forums Archive
Bugged - 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: Bugged (/showthread.php?tid=597131)



Bugged - Elegy - 27.12.2015

PHP код:
               ShowPlayerDialog(playeridDIALOGID0+2DIALOG_STYLE_INPUT"{FF00D9}____________»»»|- Login Account -|«««____________","{0835C7}xSE : xTreme Stunt Evolution , (0.3c)\n \n{146AC7}Player Login\n \n{00FF40}The Name {00FF40}Registered.\n{FF002B}If This Is Not Your Account, Please Quit And Change Your Name.\n \nPlease {D6D631}Enter Your Password {FFFFFF}To Login:""Login""Quit"); 
I SAW THIS

3 - DIALOG_STYLE_PASSWORD

This dialog style is similar to DIALOG_STYLE_INPUT, but the input is hidden from the player. This is most suitable for entering passwords.


Re: Bugged - SickAttack - 27.12.2015

And what is bugged?


Re: Bugged - RaajParker - 27.12.2015

OOk What is bugged? Say clearly


Re: Bugged - Elegy - 27.12.2015

how to make it show **************


Re: Bugged - KayJ - 27.12.2015

Are you sure you made variable for it?


Re: Bugged - Elegy - 27.12.2015

it show letter not *******


Re: Bugged - SickAttack - 27.12.2015

You pretty much said it yourself.

pawn Код:
ShowPlayerDialog(playerid, DIALOGID0+2, DIALOG_STYLE_PASSWORD, "{FF00D9}____________»»»|- Login Account -|«««____________","{0835C7}xSE : xTreme Stunt Evolution , (0.3c)\n \n{146AC7}Player Login\n \n{00FF40}The Name {00FF40}Registered.\n{FF002B}If This Is Not Your Account, Please Quit And Change Your Name.\n \nPlease {D6D631}Enter Your Password {FFFFFF}To Login:", "Login", "Quit");



Re: Bugged - Elegy - 27.12.2015

help me!!!!


Re: Bugged - XBrianX - 27.12.2015

What do you mean exactly?


Re: Bugged - Ritzy2K - 27.12.2015

Change DIALOG_STYLE_INPUT To DIALOG_STYLE_PASSWORD, did you even bothered to read sickattack's reply? he did it already.