MySQL Selection
#6

Quote:
Originally Posted by jlalt
View Post
Actually it will be "listitem Bai"

I've just tested this, didn't know about it lol, Thanks for info SickAttack. : o
No, it's just "Bai".

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;
}
Reply


Messages In This Thread
MySQL Selection - by Ahmed21 - 09.09.2016, 07:07
Re: MySQL Selection - by SickAttack - 09.09.2016, 07:12
Re: MySQL Selection - by Ahmed21 - 09.09.2016, 07:15
Re: MySQL Selection - by SickAttack - 09.09.2016, 07:19
Re: MySQL Selection - by jlalt - 09.09.2016, 07:28
Re: MySQL Selection - by SickAttack - 09.09.2016, 07:32
Re: MySQL Selection - by jlalt - 09.09.2016, 07:34
Re: MySQL Selection - by Ahmed21 - 09.09.2016, 08:02
Re: MySQL Selection - by SickAttack - 09.09.2016, 08:11
Re: MySQL Selection - by Ahmed21 - 09.09.2016, 08:38

Forum Jump:


Users browsing this thread: 1 Guest(s)