tag mismatch
#1

How to fix?
warning 213: tag mismatch:
Код:
PlayerMSG(playerid, "Server: TEST");
Код:
new player_str[144];
PlayerMSG(id, string:msg[], bool:noArrows=false)
{
	format(player_str, 144, "%s%s", (!noArrows) ? (">> ") : (""), msg);
	return SendClientMessage(id, COLOR_GOLD, player_str);
}
Reply


Messages In This Thread
tag mismatch - by KamilPolska - 30.06.2018, 15:02
Re: tag mismatch - by Lokii - 30.06.2018, 15:08
Re: tag mismatch - by KamilPolska - 30.06.2018, 15:11
Re: tag mismatch - by Calisthenics - 30.06.2018, 15:15
Re: tag mismatch - by KamilPolska - 30.06.2018, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)