idk
This commit is contained in:
@@ -41,7 +41,7 @@ export default function carDealer(globalData: GlobalData) {
|
||||
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), null, null);
|
||||
shopMenu = new Menu("Fahrzeugkauf", "Kaufe ein neues Fahrzeug", new Point(50, 50), null, null);
|
||||
|
||||
globalData.InMenu = true;
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function carDealer(globalData: GlobalData) {
|
||||
carItem.SetRightLabel(mp.game.ui.getLabelText(mp.game.vehicle.getDisplayNameFromVehicleModel(veh.model)));
|
||||
shopMenu.AddItem(carItem);
|
||||
|
||||
var shopItem = new UIMenuItem("Autohaus");
|
||||
var shopItem = new UIMenuItem("Shop");
|
||||
shopItem.SetRightLabel(businessName);
|
||||
shopMenu.AddItem(shopItem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user