[Bug] Two issues with GetVehicleType (empty strings, wrong return value) #174
Nexxed
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 1 comment
|
A fix for this bug has been implemented and is available in the latest patch b95. Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
GetVehicleTypeno longer works on non-networked entities and instead returns an empty string for them. Meanwhile, on networked entities, it now returnscarinstead ofautomobilewhich is incorrect and will break backwards compatibility with scripts.Issue type
Client
Repro rate
Always
Server build version
b94
OS
No response
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
None
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
None
Machine type
None
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
Expected Behavior
Snippet should return 'automobile'.
Actual Behavior
Snippet returns empty string, and setting isNetworked to true makes it return
carinstead ofautomobile.Evidence
No response
Additional Context
No response
All reactions