Handling.meta bug

Handling.meta


For a good bug report you should probably include:

  1. Windows / 25770
  2. When i restart a car, the handling should modify to the new one.
  3. When i restart a car, the handling resets to a default one for all cars.
  4. Client files ( metadata )
  5. I did this with multiple cars, bought, vanilla etc. and still resets on default one. To modify a vehicle handling i need to restart the whole server.

try deleting FiveM cache for your client and your server files (you can keep game-storage), you can also change the handling using a script so you can test incase its a fivem problem

local currentVehicle = GetVehiclePedIsIn(PlayerPedId(), false)
SetVehicleHandlingFloat(currentVehicle , "CHandlingData", "fInitialDriveMaxFlatVel", 80.0)