28.01.2011, 12:11
Then do it like this
pawn Код:
new String[ 512 ],
Str1[ ] = "Half of text here",
Str2[ ] = "The other half the here";
format( String, sizeof String, "%s%s", Str1, Str2 );
ShowPlayerDialog( playerid, dialogid, " Title ", String, "button 1", "button 2" );