I need to get the coordinates of the point at an angle and at a distance from the player / object depending on orientation (angles)
If i use function AnglesToVector() with orientation as argument
I get the direction, but when combined with the position, I get only the coordinates on the plane
may be i must to use another functions?
how to get correct results?