Vodas3 0 Posted January 15, 2018 setDir only set witch way is unit facing but for player i want to be able to change if he is looking at ground or sky how do i set "height of sight" ? example: player setDir 160.667 ; may make player look at ground or at the sky thx for any help Share this post Link to post Share on other sites
pierremgi 4906 Posted January 15, 2018 You have a 3D vector: weaponDirection (working for the weapon). You can work with eye (more exactly head) but it's difficult. Have a look here. 1 Share this post Link to post Share on other sites
Vodas3 0 Posted January 17, 2018 I can only see some getter function but i want to set the player to look at some object (I am trying to do some re-spawn facing commander) Share this post Link to post Share on other sites