fix handmoney (SET:HANDMONEY auskommentiert)
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user