SA-MP Forums Archive
[HELP] i have one warning [tag mismatch] can help me? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] i have one warning [tag mismatch] can help me? (/showthread.php?tid=118538)



[HELP] i have one warning [tag mismatch] can help me? - akis_tze - 03.01.2010

if(IsPlayerInRangeOfPoint(playerid, 5.0, 2194.9404,1981.5052,12.2969 || (IsPlayerInRangeOfPoint(playerid, 5.0, 2364.5562,2380.8157,10.8203 ))))


where is the tag mismatch in this line? plz help!!!


Re: [HELP] i have one warning [tag mismatch] can help me? - Norck - 03.01.2010

It should be:
Код:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 2194.9404,1981.5052,12.2969) || (IsPlayerInRangeOfPoint(playerid, 5.0, 2364.5562,2380.8157,10.8203 )) )



Re: [HELP] i have one warning [tag mismatch] can help me? - akis_tze - 03.01.2010

thnx!!!