IsPlayerInRangeOfPoint possible to convert in Java?
#1

Is it possible to convert IsPlayerInRangeOfPoint from pawn to java? I know this sounds complex but, spending a couple of hours trying to figure out a /me command java with a designated range alone is so complicated.
Reply
#2

1) get player position
2) calculate distance from player to point
3) check if (distance <= radius)
Reply
#3

Quote:
Originally Posted by Spmn
View Post
1) get player position
2) calculate distance from player to point
3) check if (distance <= radius)
Thanks man!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)