13.06.2012, 23:25
Example:
Taken from ShowPlayerDialog on the sa-mp wiki.
Just change your DIALOG_STYLE_INPUT section in your code to DIALOG_STYLE_PASSWORD, and walla, it's works.
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Login", "Enter your password below:", "Login", "Cancel");
Just change your DIALOG_STYLE_INPUT section in your code to DIALOG_STYLE_PASSWORD, and walla, it's works.