Fixed chat issues on menu close with backspace
This commit is contained in:
@@ -96,6 +96,13 @@ mp.events.add('showDutyClothMenu', (hatsArr, topsArr, legsArr, shoesArr) => {
|
|||||||
mp.events.callRemote("defaultCharacterCloth");
|
mp.events.callRemote("defaultCharacterCloth");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
dutyMenu.MenuClose.on(() => {
|
||||||
|
dutyMenu.Visible = false;
|
||||||
|
mp.gui.chat.activate(true);
|
||||||
|
mp.events.callRemote("defaultCharacterCloth");
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user