Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T86008
Change Details
Change Details
Old
New
Diff
use this in the Codeformular for a temporary walkaround; null = [_this select 0] spawn { private ["_veh"]; _veh = _this select 0; waitUntil{!canMove _veh || !alive _veh}; {_x leaveVehicle _veh} forEach crew _veh}; //or {deleteVehicle_x} forEach crew _veh};
use this in the Codeformular for a temporary walkaround; null = [_this select 0] spawn { private ["_veh"]; _veh = _this select 0; waitUntil{!canMove _veh || !alive _veh}; {_x leaveVehicle _veh} forEach crew _veh}; //or {deleteVehicle_x} forEach crew _veh};
Continue