hide the password
#1

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.

Код:
// 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
Want it to be like
••••••••
insted of
password
Reply


Messages In This Thread
hide the password - by $mooth - 23.07.2012, 14:20
Re: hide the password - by Matz - 23.07.2012, 14:25
Re: hide the password - by LaGrande - 23.07.2012, 14:27
Re: hide the password - by $mooth - 23.07.2012, 14:28
Re: hide the password - by $mooth - 23.07.2012, 14:34
Re: hide the password - by Rudy_ - 23.07.2012, 14:57
Re: hide the password - by nickdodd25 - 23.07.2012, 15:12
Re: hide the password - by TheArcher - 23.07.2012, 15:42
Re: hide the password - by Pinguinn - 23.07.2012, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)