Geld abheben Hausbesitzer Text

This commit is contained in:
CroniX
2020-08-02 20:17:31 +02:00
parent 6032546ee1
commit 3cf4cc33fa

View File

@@ -115,7 +115,7 @@ function keyPressHandler() {
game.events.callServer("House_BuyHouse"); game.events.callServer("House_BuyHouse");
houseMenu.Close(); houseMenu.Close();
} else if (item === setRentalFeeItem) { } else if (item === setRentalFeeItem) {
var rentalFeeInput = new InputHelper("Wie viel soll die Miete betragen?"); var rentalFeeInput = new InputHelper("Wie hoch soll die Miete sein?");
rentalFeeInput.show(); rentalFeeInput.show();
rentalFeeInput.getValue(data => { rentalFeeInput.getValue(data => {
if (isNaN(data)) { if (isNaN(data)) {
@@ -137,7 +137,7 @@ function keyPressHandler() {
game.events.callServer("House_SellHouse"); game.events.callServer("House_SellHouse");
houseMenu.Close(); houseMenu.Close();
} else if (item == withdrawBankItem) { } else if (item == withdrawBankItem) {
var input = new InputHelper("Wie viel willst du abheben"); var input = new InputHelper("Wie viel Geld möchtest du abheben?");
input.show(); input.show();
input.getValue(data => { input.getValue(data => {
if (isNaN(data)) { if (isNaN(data)) {