Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop

This commit is contained in:
2021-04-05 18:42:27 +02:00
6 changed files with 48 additions and 25 deletions

View File

@@ -113,7 +113,7 @@ export default function keys(globalData: IGlobalData) {
//N //Motor Starten
mp.keys.bind(0x4E, false, function () {
if (!globalData.InChat) {
mp.events.callRemote("keyPress:N", player.vehicle.getSpeed());
mp.events.callRemote("keyPress:N");
}
});