Posted 19 years ago2005-07-17 22:59:59 UTCPost #121721
OK guys, I need to make the player lose control of the mouse, another words, can't look around.. I know it sounds odd, but I need to be able to do this
Posted 19 years ago2005-07-17 23:01:44 UTCPost #121722
If you are using Spirit set up a triger_changecvar and set it to make cl_mouselook equal 0. If you aren't using Spirit then you won't be able to do what you want to do.
Posted 19 years ago2005-07-18 01:51:18 UTCPost #121737
Use a trigger_camera placed in the same spot that the player triggers it, and check the Freeze Player flag. It wont be perfect but it should do the trick
Posted 19 years ago2005-07-18 10:23:17 UTCPost #121803
ahha, yep, thats the problem.. you see, when the level starts, I can't have the player move his mouse at all for the first 10 secs until the camera is triggered.
Seventh, yep.. ok, I'm sure I'll find another way of doing this