error 037: invalid string (possibly non-terminated string)
#5

Quote:
Originally Posted by AnoTek
View Post
error 075: input line too long (after substitutions)
Use strcat.

Example

Code:
stock HelpText
{
    new HelpTextz[1024];
    HelpTextz[0]='\0';
    strcat(HelpTextz,"Hello this can be much longer");
    strcat(HelpTextz,"You can write everything you want");
    return HelpTextz;
}
In your dialog
Code:
ShowPlayerDialog(playerid, dGPS+3, DIALOG_STYLE_TABLIST_HEADERS, "HQ-uri",HelpText(),"Ok","");
Reply


Messages In This Thread
error 037: invalid string (possibly non-terminated string) - by AnoTek - 13.03.2017, 12:54
Re: error 037: invalid string (possibly non-terminated string) - by Flamehaze7 - 13.03.2017, 12:58
Re: error 037: invalid string (possibly non-terminated string) - by AnoTek - 13.03.2017, 13:04
Re: error 037: invalid string (possibly non-terminated string) - by Toroi - 13.03.2017, 13:07
Re: error 037: invalid string (possibly non-terminated string) - by Flamehaze7 - 13.03.2017, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)