Please allow us to control any entity using Vehicle controller.
Proposals:
class HumanCommandVehicle { private void HumanCommandVehicle() {} private void ~HumanCommandVehicle() {} proto native EntityAI GetTransport();
and
proto native HumanCommandVehicle StartCommand_Vehicle(EntityAI pTransport, int pTransportPositionIndex, int pVehicleSeat, bool fromUnconscious = false);
Use case is this https://www.youtube.com/watch?v=n4gB1sV1fxA
It will open new oportunities for modding DayZ and bring lot of fun.