Dialog problem
#5

K. The OnDialogResponse is okay now. Guess it was the command.

pawn Код:
command(attach, playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_TOYS, DIALOG_STYLE_LIST, "Attach toys", "Briefcase\nFire Hydrant\nGas Pump\nWooden Crate\nSmall Buolder\nBBQ Grill\nBeer\nTelevision", "Select", "Cancel");
  }
    return 1;
}
and my define for the 'Toys':

pawn Код:
#define DIALOG_TOYS     1

Still having problems with the return.
Reply


Messages In This Thread
Dialog problem - by Deanol1099 - 27.06.2012, 03:34
Re : Dialog problem - by Kindred - 27.06.2012, 03:40
Re: Re : Dialog problem - by Deanol1099 - 27.06.2012, 03:50
Re: Dialog problem - by Kindred - 27.06.2012, 03:55
Re: Dialog problem - by Deanol1099 - 27.06.2012, 04:02

Forum Jump:


Users browsing this thread: 1 Guest(s)