I have a mission I'm building where the copilot of a helicopter is the player and is just along for the ride. The pilot can't let him take control.
I know of copilot enable and suspend vehicle control commands. But I don't know how to make them work or if I even need that. I just need to prevent the player from taking the controls.
I tried:
player action ["SuspendVehicleControl", vehicle player];
Doesn't seem to work.
I thought about temporarily disable input but I want to be able to look around the cockpit.
Any tips?