Text is not showing
#1

Hi.

I created a value showing in dialog. It looks like this:

Код:
CMD:budget(playerid, params[])
{
	new string[64], str[2048];
	format(string, sizeof(string), "Budget amount: %d\n", Budget);
	strcat(str, string);
	strcat(str, "\n");
	strcat(str, "text");
	ShowPlayerDialog(playerid, DIALOG_BUDGET, DIALOG_STYLE_MSGBOX, "Budget info", string, "OK", "");
	return 1;
}
The problem is, that the text is not showing. Not even the new line.

When i type /budget, only thing, that shows up is one line, that says the amount budget, nothing else.

Where is the "fatal error" that will cure this?

For any help, I will be much more, then just thankful.
Reply


Messages In This Thread
Text is not showing - by MrakBuster - 30.09.2018, 04:48
Re: Text is not showing - by Undef1ned - 30.09.2018, 05:16
Re: Text is not showing - by MrakBuster - 30.09.2018, 06:23
Re: Text is not showing - by Undef1ned - 30.09.2018, 06:35
Re: Text is not showing - by MrakBuster - 30.09.2018, 07:04
Re: Text is not showing - by UFF - 30.09.2018, 08:22

Forum Jump:


Users browsing this thread: 2 Guest(s)