[Ajuda] ondialogresponse
#1

alguйm poderia por gentileza arrumar esse cуdigo pra mim? em swich..

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 662)
    {
        if(!response)
        {
            SendClientMessage(playerid,-1,"Seu noob arregгo kkkkk");
        }else
        if(response)
        {
            ShowPlayerDialog(playerid,678,DIALOG_STYLE_LIST,"Escolha quais armas vocк irб duelar","SHOTGUN+DEAGLE\nSPAS12+DEAGLE","Escolher","Cancelar");
        }
        return 1;
    }
    if(dialogid == 678)
    {
        if(!response)
        {
            SendClientMessage(playerid,-1,"Seu arregгo cancelou kkkkkkkk");
            switch(listitem)
            {
                case 0:
                {
                    GivePlayerWeapon(playerid,25,9998);
                    GivePlayerWeapon(playerid,24,9998);
                    TaNoDuel[playerid] = 1;
                }
                case 1:
                {
                    GivePlayerWeapon(playerid,27,9998);
                    GivePlayerWeapon(playerid,24,9998);
                    TaNoDuel[playerid] = 1;
                }
            }
        }
            return 1;
        }
    return 1;
}
Reply


Messages In This Thread
ondialogresponse - by s4kuL - 01.09.2012, 00:56
Re: ondialogresponse - by paulor - 01.09.2012, 01:00
Re: ondialogresponse - by s4kuL - 01.09.2012, 01:05
Re: ondialogresponse - by s4kuL - 01.09.2012, 01:08
Re: ondialogresponse - by s4kuL - 01.09.2012, 04:55
Re: ondialogresponse - by s4kuL - 01.09.2012, 15:12

Forum Jump:


Users browsing this thread: 2 Guest(s)