Hi,
is vehicle.getVehicleModelMaxSpeed obsolete? I can't get it to work (method doesn't exist).
Also vehicle.getModel(); is always an empty return, i tried (while the player is in the vehicle):
let vehicleL = mp.players.local.vehicle;
let modelName = vehicleL.getModel();
Any help would be appreciated!
Thanks.