V-44 X In the server, due to the fact that the throttle will instantly change to 100, the V44X is unable to taxi on land and can only take off and land vertically. Please fix this.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Implementation steps.
- Join a squad on the server (must be a squad member)
- Launch the V-44 X VTOL flying vehicle.
- Throttle will instantly go from 0 to 100 upon startup and cannot be lowered (on land)
Additional Information
Temporary Solution.
Talk to the squad leader (not everyone will listen to you) and get the captain's position, or form your own squad (alone, you know).
Related Objects
Related Objects
Event Timeline
Comment Actions
I found the solution, but not sure of the practicality:
fn_clientEventGetInMan.sqf
if (
(_vehicle isKindOf 'VTOL_Base_F') &&
(_position isEqualTo 'driver')
) then {
_vehicle spawn {
private _vehicle = _this; for '_i' from 0 to 1 step 0 do { if ((vehicle player) isNotEqualTo _vehicle) exitWith {}; doStop player; sleep 10; };
};
};
This comment was removed by 19057.
This comment was removed by BIS_fnc_KK.