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
#2

PHP код:
PlayerMSG(playerid"Server: TEST"false); //can alos be true. 
Reply
#3

Did not help.
Reply
#4

Do you include YSI? If not, string: tag will be of no use. You don't need it in the first place only when using inline.
pawn Код:
PlayerMSG(id, msg[], bool:noArrows=false)
Reply
#5

Yes, I did not have YSI. Thank you all for your help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)