15.12.2011, 14:22
firstly use [ pawn] [ /pawn] 2ndly i will help with your first problem
if it is DIALOG_STYLE_LIST or DIALOG_STYLE_MSGBOX
use this
hope i helped
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);
}
}
}