-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetVehicleModelNumberOfSeats returning incorrect values if model is not loaded #2863
Comments
This isn't a bug. |
How is this not a bug ? The native works for the "primo" (returns 4 even when the model is not loaded) but not for the "rhinehart" (returns 2 when not loaded) |
Thats how some natives are working, you need to load the model before |
So the rhinehart's model layout does not have the correct number of seats comparing to the real entity model ? damn... |
If some natives have this “bug/ working mode”, wouldn't it be correct to state it in their documentation entry? |
What happened?
As shown in this image, the GetVehicleModelNumberOfSeats native returns the wrong number of vehicle seats when the model is not loaded
But after that, I tried loading the model in memory and it was working :
Expected result
Returning the correct number of seats
Reproduction steps
See the code in the screenshots above
Importancy
Slight inconvenience
Area(s)
FiveM, Natives
Specific version(s)
b3095 - canary client
Additional information
No response
The text was updated successfully, but these errors were encountered: