Finished interior system

This commit is contained in:
hydrant
2018-12-25 23:53:55 +01:00
parent b3e12588cf
commit 882391265a
6 changed files with 154 additions and 117 deletions

View File

@@ -17,6 +17,7 @@ const player = mp.players.local;
mp.keys.bind(0x0D, false, function () {
if (chat === true) {
chat = false;
globalData.InChat = false;
}
});
@@ -94,6 +95,7 @@ mp.keys.bind(0x4E, false, function () {
mp.keys.bind(0x54, false, function () {
if (chat === false && showInv === false) {
chat = true;
globalData.InChat = true;
}
});