16.04.2014, 23:42
You would put your ShowPlayerDialog there again.
Код:
else if( dialogid == DIALOG_MOTOZAS ) { if( !response ) { return 1; } if( listitem == 0) { SendClientMessage(playerid,-1,"Blablabla"); ShowPlayerDialog(playerid, DIALOG_MOTOZAS, DIALOG_STYLE_LIST, "Help", Help 1\nHelp 2, "Ok", "Exit"); } if( listitem == 1) { SendClientMessage(playerid,-1,"GoatGoat"); ShowPlayerDialog(playerid, DIALOG_MOTOZAS, DIALOG_STYLE_LIST, "Help", Help 1\nHelp 2, "Ok", "Exit"); } }