DIALOG_STYLE_MSGBOX : problem
#2

Use strcat, Example :

pawn Код:
new string[300];
strcat(string, "Word\n");
strcat(string, "Word\n");
strcat(string, "Word\n");
strcat(string, "Word\n");
strcat(string, "Word\n");
strcat(string, "Word\n");
strcat(string, "Word\n");
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Hmm", string, "Close", "");
Reply


Messages In This Thread
DIALOG_STYLE_MSGBOX : problem - by Saleem - 21.06.2013, 15:28
Re: DIALOG_STYLE_MSGBOX : problem - by SilverKiller - 21.06.2013, 15:33
Re: DIALOG_STYLE_MSGBOX : problem - by Saleem - 22.06.2013, 07:42
Re: DIALOG_STYLE_MSGBOX : problem - by ArmandoRamiraz - 22.06.2013, 08:50
Re: DIALOG_STYLE_MSGBOX : problem - by jessejanssen - 22.06.2013, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)