07.09.2013, 13:20
pawn Код:
new
info[ 500 ] // Change this depending on your message's lenght.
;
strcat( info, "blablalba.... AAAAAAAAAAAAAAAAAAAAAAAAAAAAA.... imagine some large message over here..." );
strcat( info, "blablalba.... AAAAAAAAAAAAAAAAAAAAAAAAAAAAA.... imagine some large message over here as well... BBBBBBBBBBBBBBBBBBBBBBBBB" );
ShowPlayerDialog( ... );
// Replace the text with info. It stores the text now!