diff --git a/third-party/mexui/mexui.js b/third-party/mexui/mexui.js index 7d611241..c9017bf5 100644 --- a/third-party/mexui/mexui.js +++ b/third-party/mexui/mexui.js @@ -287,14 +287,14 @@ mexui.isAnyWindowShown = function() mexui.setInput = function(showInput) { gui.showCursor(showInput, !showInput); - if(gta.game != GAME_GTA_IV) { - if(localPlayer) - { - if(showInput) - gta.setCameraLookAt(new Vec3(gta.cameraMatrix.m41, gta.cameraMatrix.m42, gta.cameraMatrix.m43), localPlayer.position, false); - else - gta.restoreCamera(false); - } - } + //if(gta.game != GAME_GTA_IV) { + // if(localPlayer) + // { + // if(showInput) + // gta.setCameraLookAt(new Vec3(gta.cameraMatrix.m41, gta.cameraMatrix.m42, gta.cameraMatrix.m43), localPlayer.position, false); + // else + // gta.restoreCamera(false); + // } + //} };