mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 02:54:36 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user