warning 213: tag mismatch
#1

I keep getting tag mismatch, grrr! What is wrong?

pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 4, 285.3249, -86.0131, 1001.5156 || GetPlayerVirtualWorld(playerid) == 1))
Reply
#2

pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 4, 285.3249, -86.0131, 1001.5156) || GetPlayerVirtualWorld(playerid) == 1)
you forgot to close IsPlayerInRangeOfPoint brackets before doing 'or' to check virtual world.
Reply
#3

Ignor this reply
Reply
#4

Quote:
Originally Posted by EV007
Посмотреть сообщение
pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 4, 285.3249, -86.0131, 1001.5156) || GetPlayerVirtualWorld(playerid) == 1)
you forgot to close IsPlayerInRangeOfPoint brackets before doing 'or' to check virtual world.
Thanks for the help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)