03.09.2016, 15:20
here is the line
Like that it works :
and like that also:
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
Код:
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])))
Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse1]][Hx],hinfo[PlayerInfo[playerid][pHouse1]][Hy],hinfo[PlayerInfo[playerid][pHouse1]][Hz]))
Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse2]][Hx],hinfo[PlayerInfo[playerid][pHouse2]][Hy],hinfo[PlayerInfo[playerid][pHouse2]][Hz]))
and if each was in a single line, i got nothing