### Describe the bug onMarkerHit isn't triggered in the interiors ### Steps to reproduce ``` srun m = createMarker(me.position + Vector3(0,0,0.5), 'cylinder', 1.1, 255, 255, 255) addEventHandler('onMarkerHit', m, function(he,md) print(he,md) end) setElementInterior(m, 14) ``` ### Version Multi Theft Auto v1.6-release-24124 ### Additional context _No response_ ### Relevant log output ```shell ``` ### Security Policy - [x] I have read and understood the Security Policy and this issue is not security related.
Describe the bug
onMarkerHit isn't triggered in the interiors
Steps to reproduce
Version
Multi Theft Auto v1.6-release-24124
Additional context
No response
Relevant log output
Security Policy