interaktion on Key-M & add error massage for driving,planeschool

This commit is contained in:
Michael
2020-06-01 20:34:29 +02:00
parent fb26449cb1
commit 499dced44e
6 changed files with 21 additions and 14 deletions

View File

@@ -44,9 +44,9 @@ export default function keys(globalData: IGlobalData) {
});
//DOWN ARROW (Eigeninteraktion)
mp.keys.bind(0x28, false, function () {
mp.keys.bind(0x4D, false, function () {
if (!globalData.InChat && !showInv && !globalData.InMenu && !globalData.InInput && !globalData.InTuning) {
mp.events.callRemote("keyPress:DOWN_ARROW");
mp.events.callRemote("keyPress:M");
}
});
//F7 //Unshowalles