mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Inventory fix
Fix blocked Inventory after we set rating to -2001 Thx DirtySanchez for helping to fix it!
This commit is contained in:
parent
4cf3c6c02e
commit
a4ec14e468
@ -262,4 +262,11 @@ if (_dikCode in (actionKeys "NightVision")) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if !(player == vehicle player) then {
|
||||||
|
if (_dikCode in(actionKeys "Gear") && (isnull (finddisplay 602))) then {
|
||||||
|
(vehicle player) action ['Gear', (vehicle player)];
|
||||||
|
_handled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
_handled
|
_handled
|
||||||
|
Loading…
Reference in New Issue
Block a user