[Bug] GetVehicleNumberPlateText appends extra characters when called from the server
#205
Closed
ihyajb
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
Thanks for the report, I was able to reproduce this issue |
0 replies
|
Confirmed fixed after Hotfix 4, thanks! |
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
When using
GetVehicleNumberPlateTextto get the plate of a vehicle on the server, more then 50% of the time it returns extra characters such aso�added onto the end of the plateIssue type
Server
Repro rate
Often
Server build version
FXServer-early-access b95 win32
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
Windows
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
No
Hosting provider
Self-hosted
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
In any server file:
Expected Behavior
Should return the plate as seen in game such as
67MMY163Actual Behavior
Plate has characters added onto the end, an example output is
67MMY163o�or67MMY163 o�Evidence
Additional Context
Screenshot from ox_inventory with weird plate data taken direct from the server

All reactions