teyhouse Posted May 18, 2018 Share 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. Link to comment Share on other sites More sharing options...
shdel Posted May 19, 2018 Share Posted May 19, 2018 Use vehicle.model instead of vehicle.getModel() Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now