Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by SickAttack
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.