guys please help with this dialog !!!
#2

Try setting it out like this,
pawn Код:
if(dialogid == hotel100)//im guessing thats the dialog id
{
    if(response)
    {
        switch(listitem)
        {
            case 0:
            {
                //do something
            }
            case 1:
            {
                //blahblah
            }
        }
    }
    else SendClientMessage(playerid, 0xFF0000FF, "You cancelled.");
}
Reply


Messages In This Thread
guys please help with this dialog !!! - by Rafa - 30.10.2010, 09:38
Re: guys please help with this dialog !!! - by iggy1 - 30.10.2010, 09:46
Re: guys please help with this dialog !!! - by Rafa - 30.10.2010, 10:06
Re: guys please help with this dialog !!! - by iggy1 - 30.10.2010, 10:21
Re: guys please help with this dialog !!! - by Rafa - 30.10.2010, 10:38
Re: guys please help with this dialog !!! - by iggy1 - 30.10.2010, 10:41
Re: guys please help with this dialog !!! - by Rafa - 30.10.2010, 10:43
Re: guys please help with this dialog !!! - by iggy1 - 30.10.2010, 10:47
Re: guys please help with this dialog !!! - by Kidemo - 30.10.2010, 10:51
Re: guys please help with this dialog !!! - by MadeMan - 30.10.2010, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)