SA-MP Forums Archive
How to Do More than one - 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: How to Do More than one (/showthread.php?tid=504268)



How to Do More than one - Mriss - 03.04.2014

How do I do more than one of
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10.0, -25.884498,-185.868988,1003.546875))
So It works if theyre also in different points? Just do random points and show me please.


Re: How to Do More than one - M3HR4N - 03.04.2014

use ||


Re: How to Do More than one - LocMax - 03.04.2014

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10.0, -25.884498,-185.868988,1003.546875) || IsPlayerInRangeOfPoint(playerid, 10.0, X, Y, Z) || IsPlayerInRangeOfPoint(playerid, 10.0, X, Y, Z))



Re: How to Do More than one - Mriss - 03.04.2014

Thanks Loc