19.09.2010, 18:35
Try using this:
If you are going to use more text, increase the array size
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");