Issue with GetVehicleModelNumberOfSeats
darektion opened this issue · 3 comments
darektion commented
Details on replicating the bug:
-
Spawn in
kamacho
. -
Call the
GetVehicleModelNumberOfSeats(vehicleModel)
function, where vehicleModel =GetHashKey('kamacho')
, the value returned is 4 - correct. -
Despawn the vehicle.
-
Redo step 2, the value returned is 2 - incorrect.
MonsieurBibo commented
Just tested it, and I have the same result. However, testing with the neon
gives me the correct result both times.