#2

When you make a dialog something like this

ShowPlayerDialog(playerid, ID YOU USE FOR THE DIALOG ,DIALOG_STYLE_INPUT,"Title:","Content","Option 1","Option 2");

now you use this

if(dialogid == ID YOU USE FOR DIALOG) //----> The id of the dialog like 1, 2, 3, 4...
{
if(response == 1) // ----> The First Option
{
..................
return 1;
}
else // ------> The Second Option
{
....................
}
return 1;
}
Reply


Messages In This Thread
HELP - by GangsTa_ - 05.08.2010, 14:40
Re: HELP - by Zafire1410 - 05.08.2010, 14:45
Re: HELP - by [DRD]Rodney - 05.08.2010, 14:55
Re: HELP - by GangsTa_ - 05.08.2010, 15:33
Re: HELP - by Conroy - 05.08.2010, 15:43
Re: HELP - by snoob - 05.08.2010, 16:20
Re: HELP - by GangsTa_ - 05.08.2010, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)