fix handmoney (SET:HANDMONEY auskommentiert)

This commit is contained in:
Michael
2020-07-05 16:46:59 +02:00
parent cffcc5659a
commit dd5292e3db
8 changed files with 26 additions and 15 deletions

View File

@@ -1,4 +1,10 @@
import * as NativeUI from '../libs/NativeUI';
/**
* @overview Life of German Reallife - Managers Interaction (InteractionManager.cs)
* @author MichaPlays
* @copyright (c) 2008 - 2018 Life of German
*/
import * as NativeUI from '../libs/NativeUI';
import InputHelper from '../inputhelper';
const Menu = NativeUI.Menu;
@@ -233,7 +239,7 @@ export default function bankMenuHandle(globalData: IGlobalData) {
mp.events.add("CLIENT:bank_factionname", (name) => {
paymentname = name;
globalData.InInput = true;
var input = new InputHelper("Wie viel möchtest du Überweisen??", globalData);
var input = new InputHelper("Wie viel möchtest du Überweisen?", globalData);
mp.gui.cursor.show(true, true);
input.show();
input.getValue(amount => {