Dialog MSGBOX
#5

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!
Reply


Messages In This Thread
Dialog MSGBOX - by TonyII - 07.09.2013, 13:12
Re: Dialog MSGBOX - by Twizted - 07.09.2013, 13:13
Re: Dialog MSGBOX - by Konstantinos - 07.09.2013, 13:13
Re: Dialog MSGBOX - by TonyII - 07.09.2013, 13:17
Re: Dialog MSGBOX - by Konstantinos - 07.09.2013, 13:20
Re: Dialog MSGBOX - by TonyII - 07.09.2013, 13:21
Re: Dialog MSGBOX - by TonyII - 07.09.2013, 13:43
Re: Dialog MSGBOX - by Konstantinos - 07.09.2013, 13:46
Re: Dialog MSGBOX - by TonyII - 07.09.2013, 13:47

Forum Jump:


Users browsing this thread: 2 Guest(s)