try client fix

This commit is contained in:
hydrant
2021-04-03 17:55:30 +02:00
parent 229767b833
commit b08d4e74e7

View File

@@ -7,6 +7,9 @@
import { IGame } from './game';
import RageGame from './core/rage-mp/game';
var inMenu: boolean = false;
let globalData: IGlobalData = {
InTuning: false,
HideGui: false,
@@ -34,8 +37,6 @@ game.events.onPlayerCommand((cmd) => {
game.events.callServer("Command", cmd.split(' '));
});
var inMenu = false;
mp.game.vehicle.defaultEngineBehaviour = false;
require('./Gui/house');