OnDialogResponse is not working
#4

pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Vбnočnн stromy",stringx,"Vybrat","Konec");

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{

if (dialogid == 1 && response) {
switch (listitem) {

case 0: //This is your "Vбnočnн stromy"
{
SendClientMessage(playerid, COLOR_COLOR,":)");
}


}
}


return 1;
}
Reply


Messages In This Thread
OnDialogResponse is not working - by kazlik - 13.11.2010, 06:14
Re: OnDialogResponse is not working - by [MWR]Blood - 13.11.2010, 06:18
Re: OnDialogResponse is not working - by kazlik - 13.11.2010, 16:13
Re: OnDialogResponse is not working - by Jakku - 13.11.2010, 17:19
Re: OnDialogResponse is not working - by kazlik - 13.11.2010, 17:46
Re: OnDialogResponse is not working - by The_Moddler - 13.11.2010, 18:05
Re: OnDialogResponse is not working - by Vince - 13.11.2010, 18:21
Re: OnDialogResponse is not working - by Jakku - 14.11.2010, 06:05

Forum Jump:


Users browsing this thread: 2 Guest(s)