[Off] Dialog Style Password
#5

Vocк estб confundindo as coisas BielCOP.

Repare na OnPlayerDialogResponse:

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

Nгo existe variбvel password nela. A DIALOG_STYLE_PASSWORD irб mostrar uma STRING da maneira que foi digitada.

Apenas para nгo restar dъvidas, faзa uma dialog no esitlo password qualquer e coloque isso na sua callback:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    SendClientMessageToAll(-1, inputtext);
    return 1;
}
Reply


Messages In This Thread
Dialog Style Password - by BielCOP - 21.05.2013, 18:10
Re: Dialog Style Password - by Kuddy - 21.05.2013, 18:11
Re: Dialog Style Password - by Cidiei - 21.05.2013, 18:13
Re: Dialog Style Password - by BielCOP - 21.05.2013, 18:15
Re: Dialog Style Password - by Kuddy - 21.05.2013, 18:23
Re: Dialog Style Password - by AlucardSnow - 21.05.2013, 18:25
Re: Dialog Style Password - by BielCOP - 21.05.2013, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)