mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
disable all self actions inside vehicles on default
This commit is contained in:
parent
82042f85f4
commit
941d98a88d
@ -183,3 +183,4 @@ _vehicle setFuel _fuelLevel;
|
||||
["displayTextPicture", FUNC(displayTextPicture)] call FUNC(addEventhandler);
|
||||
|
||||
["notOnMap", {!visibleMap}] call FUNC(addCanInteractWithCondition);
|
||||
["isNotInside", {_this select 0 == _this select 1 || {vehicle (_this select 0) == _this select 0}}] call FUNC(addCanInteractWithCondition);
|
||||
|
Loading…
Reference in New Issue
Block a user