Camera zooms in and out as a pilot when 'Unload incapacitated' was used to get the incapacitated pilot out of a passenger seat earlier.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Required: Server, two players and a helicopter.
- Get incapacitated in the passenger seat of a helicopter:
player setUnconscious true;
- Get another player to use the 'Unload incapacitated' action to get you out of the helicopter.
- Get conscious again:
player setUnconcious false;
- Get in the driver seat of a helicopter: Camera is zooming in and out constantly.
- To "fix" the problem, get in the passenger seat of the helicopter. Now it's not zooming in and out if you return to the pilot seat.
Additional Information
Step 2 is mandatory!
moveOut player;
does NOT produce this error.
Step 3. can be substituted:
Server needs to have respawn type 'cutom position', a 'respawn' marker
Instead of getting conscious again, one does respawn.
forceRespawn player;