Tag mismatch for no reason
#1

So I've got this problem, I got this code
Код:
Functions:ShowBussinessBuyOptions(playerid)
{
	new buy_options[512];
	strcat(buy_options, ""COL_RED"Legal Lands\n");
	strcat(buy_options, ""COL_RED"Ilegal Lands\n");
	strcat(buy_options, ""COL_RED"Apartements\n");
	strcat(buy_options, ""COL_RED"Houses\n");
	strcat(buy_options, ""COL_RED"Motels\n");
	strcat(buy_options, ""COL_RED"Clubs\n");
	strcat(buy_options, ""COL_RED"Cassinos\n");
	return ShowPlayerDialog(playerid, DIALOG_BUSSINESSMAN_BUY, DIALOG_STYLE_LIST, ""COL_RED"Buy options", buy_options, "Select", "Back");
}
The warning is on this line
Код:
	return ShowPlayerDialog(playerid, DIALOG_BUSSINESSMAN_BUY, DIALOG_STYLE_LIST, ""COL_RED"Buy options", buy_options, "Select", "Back");
The dialog is in an enum...I've got no clue why is this happening..
Reply


Messages In This Thread
Tag mismatch for no reason - by XStormiest - 22.12.2017, 13:32
Re: Tag mismatch for no reason - by Dayrion - 22.12.2017, 13:45
Re: Tag mismatch for no reason - by XStormiest - 22.12.2017, 13:46
Re: Tag mismatch for no reason - by Dayrion - 22.12.2017, 13:52
Re: Tag mismatch for no reason - by Ritzy2K - 22.12.2017, 13:57
Re: Tag mismatch for no reason - by XStormiest - 22.12.2017, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)