[Bug] The type of the cb value is being forced into string in RegisterNUICallback #237
Closed
taoletsgo
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 4 comments 2 replies
|
Thanks, we are looking into this. |
0 replies
|
nvm I will deserialize cb value myself |
1 reply
|
A fix for this bug has been implemented and is available in the August 4 patch. Please try again and let us know if the issue persists. Thanks for your help! |
1 reply
|
confirmed fixed in b110 |
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
The
cbvalue inRegisterNUICallbackis not being correctly passed to jsIssue type
Client
Repro rate
Always
Server build version
b96
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
The reproduction code is at the end of the discussion
Expected Behavior
The
cbvalue should remain table/object, number, or string, rather than being forced into string in all casesActual Behavior
The type of the
cbvalue is being forced intostringinRegisterNUICallbackEvidence
No response
Additional Context
btw console.log does not print in client console
All reactions