" ALL " as dialog list
#5

Bro, but how do I process the listitem from the dialog? cuz it need to be on dialog response callback:
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    foreach(Player, i)
    {
        new string[128];
        format(string,sizeof(string)," %s ",GetMyName(i));
        ShowPlayerDialog(playerid,600,DIALOG_STYLE_MSGBOX,".",string,"ok");
    }
    return 1;
}
Reply


Messages In This Thread
" ALL " as dialog list - by blackwave - 02.03.2011, 21:31
Re: " ALL " as dialog list - by Lorrden - 02.03.2011, 22:34
Re: " ALL " as dialog list - by blackwave - 02.03.2011, 22:42
Re: " ALL " as dialog list - by Lorrden - 02.03.2011, 22:48
Re: " ALL " as dialog list - by blackwave - 03.03.2011, 15:43
Re: " ALL " as dialog list - by Lorrden - 03.03.2011, 18:15
Re: " ALL " as dialog list - by blackwave - 03.03.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)