Quote:
Originally Posted by [L3th4l]
No you don't!
pawn Код:
new iDialogStr[256] = "This can be a long line, put all your shit in here. Remember to also add a \n";
strcat(iDialogStr, "so it can place a new line on the dialog. So yeah, remember the \n"); strcat(iDialogStr, "and we've just created a new line!\n\n"); strcat(iDialogStr, "Now we've moved down '2' lines!");
ShowPlayerDialog(playerid, ....., "Dialog Info", iDialogStr, "OK", "");
|
Sorry I didn't know about that function