SA-MP Forums Archive
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: Problem (/showthread.php?tid=588253)



Problem - anonimus22222 - 06.09.2015

Where can I put "IsPlayerInRangeOfPoint", except commandtext.


AW: Problem - Kaliber - 06.09.2015

Everywhere u need it...it's just important it is in a function (Callback)


Re: Problem - saffierr - 06.09.2015

And it depends on what you are willing to script.


Re: Problem - anonimus22222 - 07.09.2015

I want to make an automatic gate opening system with this function. IsPlayerInRangeOfPoint


Re: Problem - HeLiOn_PrImE - 07.09.2015

After you save the desired coordinates, place it under a timer or under OnPlayerUpdate (not really recommended).
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint this page tells you how to use it.