IsPlayerInRangeOfPoint - PlayerToPoint - 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: IsPlayerInRangeOfPoint - PlayerToPoint (
/showthread.php?tid=150578)
IsPlayerInRangeOfPoint - PlayerToPoint -
ArTisT - 26.05.2010
IsPlayerInRangeOfPoint - PlayerToPoint are they the same ?
If yes should i change all my PlayerToPoint to IsPlayerInRangeOfPoint because its new ?
Re: IsPlayerInRangeOfPoint - PlayerToPoint -
Steven82 - 26.05.2010
IsPlayerInRangeOfPoint is not new
Re: IsPlayerInRangeOfPoint - PlayerToPoint -
ArTisT - 26.05.2010
isnt that 0.3 function ?
Re: IsPlayerInRangeOfPoint - PlayerToPoint -
Sergei - 26.05.2010
Just add this
pawn Код:
#define PlayerToPoint(%1,%2,%3,%4,%5) IsPlayerInRangeOfPoint(%2,%1,%3,%4,%5)
And you don't need to mind about that anymore.