10.05.2014, 09:24
Use strcat.
pawn Код:
new dialog[256];
strcat(dialog,"Your dialog info here1 \n");
strcat(dialog,"Your dialog info here2 \n");
strcat(dialog,"Your dialog info here3 \n");
ShowPlayerDialog(playerid,125,DIALOG_STYLE_MSGBOX,"{46BEE6}Level 3 Commands:",dialog,"Okay", "Close");