-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Medical - Improve keybind to open med menu for vehicle occupant under cursor #8160
Medical - Improve keybind to open med menu for vehicle occupant under cursor #8160
Conversation
if I see it correct with this PR you can Interact with Units through walls. the easiest way to fix that is the check if _target has Any Crew in it and only then do the lis |
limiting |
I think limiting the return amount to 1 would be the best solution I think. |
When in a vehicle, despite having |
Very nice improvement! |
Unaddressed review, stale? |
Co-authored-by: commy2 <commy-2@gmx.de>
Works good on helicopters and cars I think it's because you are in the "cargo" LOD, which often seems to not really line up with the real location your actual bodies are and I don't think there is away to select it in I still am ok merging it even if it doesn't always work |
… cursor (acemod#8160) * add lineIntersectsSurfaces to med menu key * fix _target = nil if no intersections * only look through player and player vehicle * Update addons/medical_gui/XEH_postInit.sqf Co-authored-by: commy2 <commy-2@gmx.de> Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: commy2 <commy-2@gmx.de>
When merged this pull request will: