Made changes to key.js, inventory trade result
This commit is contained in:
@@ -62,12 +62,16 @@ mp.events.add("showPlayerInteraction", (nearPlayerArr) => {
|
||||
mp.gui.chat.activate(true);
|
||||
globalData.PlayerInteraction = false;
|
||||
} else if (item.Text === "Schlie\u00dfen") {
|
||||
globalData.PlayerInteraction = false;
|
||||
playerInteractionMenu.Visible = false;
|
||||
mp.gui.chat.activate(true);
|
||||
globalData.PlayerInteraction = false;
|
||||
}
|
||||
});
|
||||
|
||||
playerInteractionMenu.MenuClose.on(() => {
|
||||
mp.gui.chat.activate(true);
|
||||
globalData.PlayerInteraction = false;
|
||||
});
|
||||
});
|
||||
|
||||
mp.events.add("showTradeRequest", (tradeRequesterName, tradeItemsArr, tradePrizeSent) => {
|
||||
|
||||
Reference in New Issue
Block a user