Text is not showing
#6

Код:
CMD:budget(playerid, params[])
{
	new string[500], str[500];
	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", str, "OK", "");
	return 1;
}
You have to use str instead of string in ShowPlayerDialog.
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: 1 Guest(s)