Input Line Too Long..??
#5

Whenever you wanna add some text to a string, use strcat..

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!");
Style: [ame="http://www.youtube.com/watch?v=wZDv9pgHp8Q&feature=morshidul"]Epic Meal Time[/ame]
Reply


Messages In This Thread
Input Line Too Long..?? - by Ronaldo_raul™ - 05.08.2011, 14:21
Re: Input Line Too Long..?? - by Vince - 05.08.2011, 14:26
Re: Input Line Too Long..?? - by Ronaldo_raul™ - 05.08.2011, 17:37
Re: Input Line Too Long..?? - by MadeMan - 05.08.2011, 17:40
Re: Input Line Too Long..?? - by iPLEOMAX - 05.08.2011, 17:56
Re: Input Line Too Long..?? - by Ronaldo_raul™ - 06.08.2011, 09:44
Re: Input Line Too Long..?? - by Ronaldo_raul™ - 06.08.2011, 09:47
Re: Input Line Too Long..?? - by Ronaldo_raul™ - 06.08.2011, 09:49
Re: Input Line Too Long..?? - by [MG]Dimi - 06.08.2011, 09:50
Re: Input Line Too Long..?? - by Ronaldo_raul™ - 06.08.2011, 10:33

Forum Jump:


Users browsing this thread: 1 Guest(s)