09.09.2016, 07:32
Quote:
|
Actually it will be "listitem Bai"
I've just tested this, didn't know about it lol, Thanks for info SickAttack. : o |
pawn Code:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "1", "a\nb\nc", "1", "2");
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
printf("%s", inputtext);
return 1;
}


