Fix Sani 5
This commit is contained in:
@@ -113,9 +113,7 @@ export default function keys(globalData: IGlobalData) {
|
||||
//N //Motor Starten
|
||||
mp.keys.bind(0x4E, false, function () {
|
||||
if (!globalData.InChat) {
|
||||
if (!player.vehicle) return;
|
||||
if (player.vehicle.getSpeed() > 5) return;
|
||||
mp.events.callRemote("keyPress:N");
|
||||
mp.events.callRemote("keyPress:N", player.vehicle.getSpeed());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user