[AJUDA] OnDialogResponse
#7

Sгo definidos por ' response '

pawn Код:
if(response) // Primeiro botгo

if(!response) // segundo botгo
pawn Код:
//OnDialogResponse

if(dialogid == DIALOG_ARMAG)
{
    if(!response)
        return SendClientMessage(playerid,-1,"Vocк saiu do dialog.");

    switch(listitem)
    {
        case 0:
        {
            // Kit 1
        }
        case 1:
        {
            // Kit 2
        }
        case 2:
        {
            // Kit 3
        }
    }
}
Reply


Messages In This Thread
[AJUDA] OnDialogResponse - by mengueh - 13.05.2012, 21:02
Re: [AJUDA] OnDialogResponse - by ViniBorn - 13.05.2012, 21:03
Re: [AJUDA] OnDialogResponse - by mengueh - 13.05.2012, 21:05
Re: [AJUDA] OnDialogResponse - by ViniBorn - 13.05.2012, 21:07
Re: [AJUDA] OnDialogResponse - by mengueh - 13.05.2012, 21:08
Re: [AJUDA] OnDialogResponse - by Edu33 - 13.05.2012, 21:11
Re: [AJUDA] OnDialogResponse - by ViniBorn - 13.05.2012, 21:12
Re: [AJUDA] OnDialogResponse - by mengueh - 13.05.2012, 21:18
Re: [AJUDA] OnDialogResponse - by ViniBorn - 13.05.2012, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)