mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix double actions in land vehicles.
This commit is contained in:
@@ -27,7 +27,7 @@ if (_inVehicle) then {
|
|||||||
};
|
};
|
||||||
if (!r_player_unconscious && !r_action2) then {
|
if (!r_player_unconscious && !r_action2) then {
|
||||||
r_player_lastSeat = _assignedRole;
|
r_player_lastSeat = _assignedRole;
|
||||||
if (_inVehicle) then {
|
if ((_vehicle isKindOf "helicopter") || (_inVehicle && ({(isPlayer _x) && (alive _x)} count (crew _vehicle) > 1))) then {
|
||||||
//allow switch to pilot
|
//allow switch to pilot
|
||||||
if (((_assignedRole select 0) != "driver") and ((!alive _driver) or ((_vehicle emptyPositions "Driver") > 0))) then {
|
if (((_assignedRole select 0) != "driver") and ((!alive _driver) or ((_vehicle emptyPositions "Driver") > 0))) then {
|
||||||
if (_vehicle isKindOf "helicopter") then {
|
if (_vehicle isKindOf "helicopter") then {
|
||||||
|
|||||||
Reference in New Issue
Block a user