addEventHandler("onClientMarkerHit",resourceRoot,bindKey("h", "down", function(e)
if e==localPlayer then
veh = getPedOccupiedVehicle(e)
if getElementData(veh,"vehicle:rodzaj") == "Elektryk" then return end
if veh and getElementData(veh,"vehicle:id") then
addEventHandler("onClientRender",root,dxrender)
tick = getTickCount()
showCursor(true)
isdx = true
end
end
end)
end)