22.12.2011, 23:19
pawn Код:
case 356:
{
if(response == 0)
{
//next dialog
ShowPlayerDialog(playerid, 746, DIALOG_STYLE_MSGBOX, "Test", "Test", "Test", "");//try a different dialog id, I just randomly put this one
}
if(response == 1)
{
ShowPlayerDialog(playerid, 94, DIALOG_STYLE_LIST, "{33FF33}Clover", "Slot 1\nSlot 2\nSlot 3", "Select", "Cancel");
}
}