pawn Код:
new regras[600];
new string[160];
strcat(string,"texto 1.\n\n"); strcat(regras, stringa);
format(stringa, sizeof(stringa), "texto 2."); strcat(regras, stringa);
ShowPlayerDialog(playerid,666, DIALOG_STYLE_MSGBOX, "Tutorial", regras, "Avanзar", "Cancelar");