interaktion on Key-M & add error massage for driving,planeschool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user