[Ajuda] Dialog
#1

Olб, boa tarde!

Alguem identifica algum erro ?!

pawn Код:
new Mensagem[603];
strcat(Mensagem, "Mensagem teste.");
ShowPlayerDialog(playerid, DIALOG_MV2, DIALOG_STYLE_INPUT, "Insira a mensagem", Mensagem, "Confirmar", "Cancelar");
pawn Код:
if(dialogid == DIALOG_MV2)
    {
        if(response)
        {
            SendClientMessage(playerid,COR_ERRO,"Oi");
            return 1;
        }
        return 1;
    }
Vlw!
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: 3 Guest(s)