Page MenuHomeFeedback Tracker

Camera zooms in and out as a pilot after 'Unload incapacitated'
New, NormalPublic

Description

Camera zooms in and out as a pilot when 'Unload incapacitated' was used to get the incapacitated pilot out of a passenger seat earlier.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Required: Server, two players and a helicopter.

  1. Get incapacitated in the passenger seat of a helicopter:
player setUnconscious true;
  1. Get another player to use the 'Unload incapacitated' action to get you out of the helicopter.
  2. Get conscious again:
player setUnconcious false;
  1. Get in the driver seat of a helicopter: Camera is zooming in and out constantly.
  2. 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;

Event Timeline

This comment was removed by Groove_C.