Clothe change, Wanted List Change

This commit is contained in:
kookroach
2021-04-04 14:48:55 +02:00
parent 64343fc640
commit 0b64eef183
3 changed files with 27 additions and 23 deletions

View File

@@ -169,7 +169,6 @@ export default function (globalData: IGlobalData) {
} else if (item === payItem) {
mp.gui.chat.activate(true);
mp.gui.cursor.show(true, true);
globalData.InMenu = true;
var input = new InputHelper("Welchem Spieler möchtest du Geld geben (Name / ID)?", globalData);
input.show();
input.getValue(name => {