BusDriver: Fix tp hack
This commit is contained in:
@@ -15,7 +15,6 @@ let globalData: IGlobalData = {
|
||||
InChat: false,
|
||||
LoggedIn: false,
|
||||
IsAfk: false,
|
||||
BlockMovement: false,
|
||||
|
||||
get InMenu(): boolean {
|
||||
return inMenu;
|
||||
@@ -27,18 +26,6 @@ let globalData: IGlobalData = {
|
||||
}
|
||||
};
|
||||
|
||||
mp.events.add(RageEnums.EventKey.RENDER, (nametags) => {
|
||||
if (globalData.BlockMovement) {
|
||||
mp.game.controls.disableControlAction(32, 23, true);
|
||||
mp.game.controls.disableControlAction(32, 75, true);
|
||||
|
||||
mp.game.controls.disableControlAction(32, 32, true);
|
||||
mp.game.controls.disableControlAction(32, 33, true);
|
||||
mp.game.controls.disableControlAction(32, 34, true);
|
||||
mp.game.controls.disableControlAction(32, 35, true);
|
||||
}
|
||||
});
|
||||
|
||||
const game: IGame = new RageGame();
|
||||
export default game;
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user