marker = createMarker(0, 0, -10, "cylinder", 1, 255, 0, 0, 255)
function markerHit()
outputChatBox("hit")
end
addEventHandler("onClientMarkerHit", getRootElement(), markerHit)
when i go to this position: x= 0 , y= 0 , z= 3 the event happen at same position except Z position.
is this MTA bug or the marked like that?