How to hide passwords
#1

Alright when i login to my server. My scripter which is no longer my scripter sorta messed up my new login system where you type it in threw a dialog. I was wondering how i can make it so when i type in my password to login it will show up as "******" instead of the actual letters of my password.
Reply
#2

you need to fine you DIALOG_STYLE_INPUT and to change in DIALOG_STYLE_PASSWORD.
Look more here https://sampwiki.blast.hk/wiki/Dialog
Reply
#3

Quote:
Originally Posted by n00b_scripter
Посмотреть сообщение
its nothing here you just need to do is replace
DIALOG_STYLE_INPUT
with
DIALOG_STYLE_PASSWORD
like
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYL E_PASSWORD,"Login","you need to login before getting access in server","Login","BACK");
Thanks worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)