Dialog issues
#2

pawn Код:
new message[] = "message\n messgae2\n message3...";
    new message2[] = "\nmessage4\n message5 and so on..";
    new string[256];//you can change the string value according to the length of the line/message
    format(string, sizeof(string),"%s %s",message,message2);
    ShowPlayerDialog(playerid, 19343, DIALOG_STYLE_MSGBOX,"Test",string,"Select","Cancel");
Reply


Messages In This Thread
Dialog issues - by UnknownGamer - 10.12.2012, 20:29
Re: Dialog issues - by Ironboy - 10.12.2012, 20:48
Re: Dialog issues - by Konstantinos - 10.12.2012, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)