16.03.2013, 03:42
Change the "DIALOG_STYLE_INPUT " in the login dialog to "DIALOG_STYLE_PASSWORD "
for eg:
to
for eg:
pawn Код:
ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_INPUT, BLAHBLAH)
pawn Код:
ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_PASSWORD, BLAHBLAH)