Long Msgbox Problem
#2

Use strcat.

pawn Код:
new str[128];
strcat(str, "Item1 %s\n",oyuncuismi);
strcat(str, "Item2 %i\n",GetPlayerMoney(playerid));
ShowPlayerDialog(playerid, 29, DIALOG_STYLE_LIST, "Stats", str, "Ok", "");
And so on.
Reply


Messages In This Thread
Long Msgbox Problem - by Matz - 17.05.2012, 11:34
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 12:34
Re: Long Msgbox Problem - by Verbal - 17.05.2012, 13:59
Re: Long Msgbox Problem - by Matz - 17.05.2012, 14:25
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 18:04
Re: Long Msgbox Problem - by Pinguinn - 17.05.2012, 19:37
Re: Long Msgbox Problem - by ViniBorn - 17.05.2012, 19:41
Re: Long Msgbox Problem - by Matz - 18.05.2012, 05:49

Forum Jump:


Users browsing this thread: 1 Guest(s)