SA-MP Forums Archive
tag mismatch problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: tag mismatch problem (/showthread.php?tid=580733)



tag mismatch problem - ravistone - 07.07.2015

why i got this problem
PHP код:
warning 213tag mismatch 
on this lines?


PHP код:
    if(IsPlayerInRangeOfPoint(playerid50.0BusinessInfo[b][bExitX], BusinessInfo[b][bExitY], BusinessInfo[b][bExitZ] && vw == BusinessInfo[b][bInsideWorld])) return b
PHP код:
    else if(!strcmp(VehicleNumberPlate[id], PlayerInfo[playerid][pPlate3]) == 0
PHP код:
    if(IsPlayerInRangeOfPoint(playerid5.0HouseInfo[h][hExitX], HouseInfo[h][hExitY], HouseInfo[h][hExitZ] && vw == HouseInfo[h][hInsideWorld])) return h



Re: tag mismatch problem - ikey07 - 07.07.2015

BusinessInfo[b][bExitZ] && vw == BusinessInfo[b][bInsideWorld])) return b;

vv

BusinessInfo[b][bExitZ]) && vw == BusinessInfo[b][bInsideWorld]) return b;