citizenfx/natives

Issue with GetVehicleModelNumberOfSeats

darektion opened this issue · 3 comments

Details on replicating the bug:

  1. Spawn in kamacho.

  2. Call the GetVehicleModelNumberOfSeats(vehicleModel) function, where vehicleModel = GetHashKey('kamacho'), the value returned is 4 - correct.

  3. Despawn the vehicle.

  4. Redo step 2, the value returned is 2 - incorrect.

Just tested it, and I have the same result. However, testing with the neon gives me the correct result both times.