Fix Medic

This commit is contained in:
VegaZ
2021-04-05 18:36:01 +02:00
parent 87ad863edb
commit ea65d00dd1
4 changed files with 22 additions and 8 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");
}
});