[Bug] Loading screen handover data is a string #19
Closed
D4isDAVID
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 3 comments
|
Thanks for the report, we are going to fix this. |
0 replies
|
A fix for this bug has been implemented and will be available in an upcoming hotfix patch that will go live within the next two hours. Please try again once the patch is live and let us know if the issue persists. Thanks for your help! |
0 replies
|
Seems to be working well! And |
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
Loading Screens Handover Data is a JSON string in Enhanced, whereas it is an object in Legacy. The
serverAddressproperty is also missing.Issue type
Client
Repro rate
Always
Server build version
FXServer-early-access b90 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
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
deferrals.handoverin a server script onplayerConnecting:window.nuiHandoverDataand its type in the loading screen NUI:string! Even though thedevModefield is added by FiveM, the data is not an object. TheserverAddressfield is also no longer available.Expected Behavior
window.nuiHandoverDatashould be an object in the loading screen NUI.Actual Behavior
window.nuiHandoverDatais a JSON string in the loading screen NUI.Evidence
No response
Additional Context
No response
All reactions