05.08.2011, 17:56
Whenever you wanna add some text to a string, use strcat.. 
Style: [ame="http://www.youtube.com/watch?v=wZDv9pgHp8Q&feature=morshidul"]Epic Meal Time[/ame]

pawn Код:
new EpicTextTime[1024] = " Theres a lotta Text in here.. Am I right haters?! ";
strcat( EpicTextTime, "More Text..!", sizeof(EpicTextTime) );
strcat( EpicTextTime, "More Text..!", sizeof(EpicTextTime) );
strcat( EpicTextTime, "More Text..!", sizeof(EpicTextTime) );
strcat( EpicTextTime, "See what I'm talking about?", sizeof(EpicTextTime) );
ShowPlayerDialog(playerid, DIALOG_EPIC_TEXT, DIALOG_STYLE_MSGBOX, "Epic Text Time:", EpicTextTime, "Eat!", "Add!");