OnDialogResponse.
#3

Quote:
Originally Posted by vassilis
Посмотреть сообщение
firstly use [ pawn] [ /pawn] 2ndly i will help with your first problem
if it is DIALOG_STYLE_LIST or DIALOG_STYLE_MSGBOX
use this
pawn Код:
if(dialogid == DIALOGHERE)
{
if(response)
{
switch(listitem) //the player has press next page
{
ShowPlayerDialog(playerid,dialogid,DIALOG_STYLE_...,DIALOGNAME,etc);
}
}
}
hope i helped
I've fixed it myself, thanks for helping, although that code would not work at all, since in the dialog, has 12 rows above 'next page'.

thanks though.
Reply


Messages In This Thread
OnDialogResponse. - by GamingTurf - 15.12.2011, 14:17
Re: OnDialogResponse. - by vassilis - 15.12.2011, 14:22
Re: OnDialogResponse. - by GamingTurf - 15.12.2011, 14:37
Re: OnDialogResponse. - by GamingTurf - 15.12.2011, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)