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" );