18.10.2011, 19:59
I'm sure you got the " Input line too long after substitution " or whatever it is. Here is the solution:
https://sampwiki.blast.hk/wiki/Strcat
pawn Код:
new dt[1024];
strcat(dt,"TEXT HERE");
strcat(dt,"MORE TEXT HERE");
strcat(dt,"EVEN MORE TEXT HERE");
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX, "Notice",dt,"Close","");