Fixed cardealer dialog

This commit is contained in:
hydrant
2018-12-22 17:27:27 +01:00
parent 4854d884b9
commit 37a3375e24
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ var shopMenu;
mp.events.add('ShopVehicle_OpenMenu', (businessName, price) => {
var veh = mp.players.local.vehicle;
if (!veh) return;
mp.gui.chat.show(false);
shopMenu = new Menu("Fahrzeugkauf", "Kaufe ein neues Auto", new Point(50, 50));