Woops wrong game select
This commit is contained in:
2
third-party/mexui/mexui.js
vendored
2
third-party/mexui/mexui.js
vendored
@@ -248,7 +248,7 @@ mexui.isAnyWindowShown = function () {
|
|||||||
mexui.setInput = function (showInput) {
|
mexui.setInput = function (showInput) {
|
||||||
gui.showCursor(showInput, !showInput);
|
gui.showCursor(showInput, !showInput);
|
||||||
|
|
||||||
if (localClient.player && game.game >= GAME_GTA_IV) {
|
if (localClient.player && game.game <= GAME_GTA_IV) {
|
||||||
if (showInput)
|
if (showInput)
|
||||||
game.setCameraLookAtEntity(new Vec3(game.cameraMatrix.m41, game.cameraMatrix.m42, game.cameraMatrix.m43), localPlayer, false);
|
game.setCameraLookAtEntity(new Vec3(game.cameraMatrix.m41, game.cameraMatrix.m42, game.cameraMatrix.m43), localPlayer, false);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user