try fix
This commit is contained in:
@@ -162,11 +162,13 @@ export default function (globalData: IGlobalData) {
|
||||
input.getValue(name => {
|
||||
mp.events.call("CLIENT:InteractionMenu_Pay_Name", name);
|
||||
mp.gui.cursor.show(false, false);
|
||||
menu.Close(true);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
menu.MenuClose.on(() => {
|
||||
mp.gui.chat.activate(true);
|
||||
globalData.InMenu = false;
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user