23.07.2012, 14:20
ow do i hide the password?
i know there is an dialog_style_password. But where do i put it, cuz it just dont work.
Want it to be like
••••••••
insted of
password
i know there is an dialog_style_password. But where do i put it, cuz it just dont work.
Код:
// This callback gets called when a player interacts with a dialog public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { // Select the proper dialog to process switch (dialogid) { case DialogRegister: Dialog_Register(playerid, response, inputtext); // The "Register"-dialog case DialogLogin: Dialog_Login(playerid, response, inputtext); // The "Login"-dialog
••••••••
insted of
password