Dialog !response don't work
#9

Hi, i have a question?

pawn Код:
if(strcmp(cmd, "/buyfood", true) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, 4, -22.1709,-138.4660,1003.5469) || IsPlayerInRangeOfPoint(playerid, 4, 379.1356,-186.7193,1000.6328))
    {
        TogglePlayerControllable(playerid, 0);
        ShowPlayerDialog(playerid, 9, DIALOG_STYLE_LIST, "Food", "Broodje Bapau\nDonuts\nCoca Cola\nFrites\nBanana\nIcecream", "Select", "Cancel");
    }
    else
    {
        SendClientMessage(playerid, COLOR_RED, "You cannot do this command because you are not at a 24/7.");
    }
    return 1;
}
if i see the dialog list of my food

pawn Код:
ShowPlayerDialog(playerid, 9, DIALOG_STYLE_LIST, "Food", "Broodje Bapau\nDonuts\nCoca Cola\nFrites\nBanana\nIcecream", "Select", "Cancel");
if i cancel it? im freezed :/
Reply


Messages In This Thread
Dialog !response don't work - by sjvt - 10.04.2010, 14:52
Re: Dialog !response don't work - by Dreftas - 10.04.2010, 14:54
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:09
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:12
Re: Dialog !response don't work - by WackoX - 10.04.2010, 15:16
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:17
Re: Dialog !response don't work - by WackoX - 10.04.2010, 15:19
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:23
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)