addEventHandler(\"onClientKey\", root,
function(key, keyState)
   if key == \"lalt\" then   
      if keyState == \"down\" then   
         if isPedInVehicle( localPlayer ) then
            outputChatBox(\"Működik!\")
            dxDrawRectangle(1366 - 683, 200, 100, 30, 0xFF006400)
         end   
      end   
   end   
end
)   
 Itt a kód fölöttem, hibát nem ír ki de nem történik semmi, ha lenyomom a left altot.