function menu_pojazdu_otworz()
screenx, screeny, worldx, worldy, worldz = getCursorPosition()
addEventHandler("onClientRender", getRootElement(), menu_pojazdu_dx)
end
addEvent("menu_pojazdu_otworz", true)
addEventHandler("menu_pojazdu_otworz", getRootElement(), menu_pojazdu_otworz)
function menu_pojazdu_dx()
dxDrawRectangle(tonumber(screenx), 265, 110, 21, tocolor(38, 27, 255, 115), false)
end