[Ajuda] Warning
#2

Tenta
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 2681)
    {
        if(response)
        {
            ShowPlayerDialog(playerid, 2682, DIALOG_STYLE_MSGBOX, "Explicaзгo", "Jogamos em modo RPG, entгo nгo saia fazendo DM ou DB.", "Proximo", "");
        }
        return true;
    }
    if(dialogid == 2682)
    {
        if(response)
        {
            ShowPlayerDialog(playerid, 2683, DIALOG_STYLE_MSGBOX, "Sistemas", "Temos sistemas de eventos, tipo corrida, x1, paraquedas e outros", "Proximo", "");
        }
        return true;
    }
     return 1;
}
Reply


Messages In This Thread
Warning - by curllen - 31.12.2012, 19:32
Re: Warning - by Mteck - 31.12.2012, 19:35
Re: Warning - by curllen - 31.12.2012, 19:43
Re: Warning - by paulor - 31.12.2012, 19:46
Re: Warning - by Mteck - 31.12.2012, 19:48
Re: Warning - by curllen - 31.12.2012, 19:56
Re: Warning - by Mteck - 31.12.2012, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)