Blockland Forums > Suggestions & Requests
No looking up or down player
Hotspot:
Will someone ever make it?
Demian:
There is no variable for limiting the vertical viewing angle so I think this would require a client sided add-on that automatically resets the first person view to the horizon if any vertical difference is detected.
Electrk:
--- Quote from: Demian on February 22, 2013, 09:52:44 AM ---There is no variable for limiting the vertical viewing angle
--- End quote ---
Yes there is
minLookAngle = 0;
maxLookAngle = 0;
Demian:
--- Quote from: Electrk on February 22, 2013, 10:01:46 AM ---Yes there is
minLookAngle = 0;
maxLookAngle = 0;
--- End quote ---
Oh yeah, somehow I missed those two variables. I just tested and it does exactly what OP wants.
Hotspot:
--- Quote from: Demian on February 22, 2013, 11:08:36 AM ---Oh yeah, somehow I missed those two variables. I just tested and it does exactly what OP wants.
--- End quote ---
Yay!