[Ajuda] Dialog
#6

Tenta descomplicar um pouco, tu tб usando strings inuteis, e no fim tб mandando sу um 'oi'

Exemplo:
pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Mensagens", "Insira sua mensagem", "Confirmar", "Cancelar");

if (dialogid == 1)
{
    if (response) return SendClientMessage(playerid, -1, inputtext);
    else return SendClientMessage(playerid, -1, "Vocк cancelou.");
}
O SendClientMessage devia aparecer sim quando clicar no botгo 'Confirmar'
Reply


Messages In This Thread
Dialog - by NuTShoT - 21.07.2013, 16:55
Re: Dialog - by WLSF - 21.07.2013, 16:57
Re: Dialog - by NuTShoT - 21.07.2013, 16:58
Re: Dialog - by Coe1 - 21.07.2013, 17:02
Re: Dialog - by NuTShoT - 21.07.2013, 17:02
Re: Dialog - by WLSF - 21.07.2013, 17:04
Re: Dialog - by NuTShoT - 21.07.2013, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)