Tag mismatch
#1

here is the line
Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse1]][Hx],hinfo[PlayerInfo[playerid][pHouse1]][Hy],hinfo[PlayerInfo[playerid][pHouse1]][Hz] || IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse2]][Hx],hinfo[PlayerInfo[playerid][pHouse2]][Hy],hinfo[PlayerInfo[playerid][pHouse2]][Hz])))
Like that it works :
Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse1]][Hx],hinfo[PlayerInfo[playerid][pHouse1]][Hy],hinfo[PlayerInfo[playerid][pHouse1]][Hz]))
and like that also:
Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse2]][Hx],hinfo[PlayerInfo[playerid][pHouse2]][Hy],hinfo[PlayerInfo[playerid][pHouse2]][Hz]))
so, if they were in the same line, the "Tag Mismatch" warning show up
and if each was in a single line, i got nothing
Reply


Messages In This Thread
Tag mismatch - by BrianS123 - 03.09.2016, 15:20
Re: Tag mismatch - by luke49 - 03.09.2016, 15:25
Re: Tag mismatch - by Stuntff - 03.09.2016, 15:25
Re: Tag mismatch - by BrianS123 - 03.09.2016, 15:30
Re: Tag mismatch - by Roach_ - 03.09.2016, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)