[Bug] GetInteriorPortalCornerPosition returns shifted coordinate values #366
DoluTattoo
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
Small correction to my original report after re-reading: the issue is actually slightly different than I initially described. On FiveM Legacy, all three components are returned correctly:
On FiveM Enhanced:
So it looks like the returned components are shifted on Enhanced: |
0 replies
|
A fix for this bug has been implemented and is available in August 11 Patch. 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.
Uh oh!
There was an error while loading. Please reload this page.
Summary
CallingGetInteriorPortalCornerPosition()always returns1for the first value (X), while Y and Z are correct.Edit: Calling
GetInteriorPortalCornerPosition()returns shifted coordinate values: X always returns1, Y returns the actual X value, and Z returns the actual Y value.Issue type
Client
Repro rate
Always
Server build version
110
OS
Windows 11 10.0.2622 Build 26200
CPU
Intel i9-14900K
GPU
NVIDIA RTX 4090
RAM
96GB DDR5
Storage type
SSD NVMe
Connection type
Ethernet
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
-558.01, 285.66, 81.17)Expected Behavior
When running the code in FiveM Legacy:
Actual Behavior
When running the code in FiveM Enhanced:
Evidence
No response
Additional Context
No response
All reactions