Fix some Button Stuff and prolly Cuff break

This commit is contained in:
2021-05-02 23:29:06 +02:00
parent 2fe03af890
commit 2f1d130c8b
3 changed files with 15 additions and 16 deletions

View File

@@ -123,8 +123,8 @@ export default function keys(globalData: IGlobalData) {
});
//Z // Fahrzeug Verwaltung - Menü
mp.keys.bind.bind(0x5A, false, function () {
if (!globalData.InChat && !globalData.InMenu && !globalData.InTuning) {
KeyBinder.bind("z", () => {
if (!globalData.InChat && !globalData.InTuning) {
mp.events.callRemote("keyPress:Z");
}
});