MySQL Selection
#7

Quote:
Originally Posted by SickAttack
View Post
No, it's just "Bai".

pawn Code:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Server Rules", "a\nb\nc", "Yes", "No");
    return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    printf("%s", inputtext);
    return 1;
}
oh, yea you're correct lol I forgot I put listitem word in the print function lol.
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)