Quote:
Originally Posted by [L3th4l]
Try using this:
pawn Код:
new LongString[300] = "This is the message that you will be receiving, you can also attach even more\n"); strcat(LongString, "Messages by adding a '\'n at the end of the sentence like right now\n"); strcat(LongString, "You can add as many text as you want, but this is the only way i can think\n"); strcat(LongString, "of to create this loooooooooooooooooooooooooooooooooooooooooong msgs"); ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Test", LongString, "Ok", "Close");
If you are going to use more text, increase the array size
|
At the one line ); ? must be without ) ?