teyhouse 0 Posted May 18, 2018 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. Share this post Link to post Share on other sites
shdel 0 Posted May 19, 2018 Use vehicle.model instead of vehicle.getModel() Share this post Link to post Share on other sites