Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
How can I check if the player is looking down? What is the exact position for it?
Posts: 399
Threads: 9
Joined: Dec 2010
Reputation:
0
Why not play with the function? Use OnPlayerUpdate and print debug messages to obtain the "exact" position.
Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
I just want to know the full down looking position, I know it's the Z but what's the exact position...
Posts: 185
Threads: 23
Joined: Jan 2013
Reputation:
0
Just take the full size of the player model and decrease the Z.
I remember that Z-0.3 is the start of the legs. Play with it and try Z-0.8 or Z-1.0
That should be the complete ground of the player.