[Bug] IS_COLSHAPE_ENTITY_TYPE_SET is broken server-side #216
xalva98
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
Thanks, will be fixed. Same with the dimension too. |
0 replies
|
A fix for this bug has been implemented and is available in Hotfix 7 (b104). 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
IS_COLSHAPE_ENTITY_TYPE_SETseems to be broken server-side.SET_COLSHAPE_ENTITY_TYPEworks correctly and actually changes which entity types the colshape detects, butIS_COLSHAPE_ENTITY_TYPE_SETalways returns 1 server-side.The same test works correctly client-side.
Issue type
Server
Repro rate
Always
Server build version
b95
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
Run this server-side:
Expected Behavior
After using
SetColshapeEntityType(shape, 0, false)IsColshapeEntityTypeSet(shape, 0)should return false.Actual Behavior
Server:
Client with the same test:
So the server-side getter doesn't seem to reflect the value set by SET_COLSHAPE_ENTITY_TYPE.
Evidence
No response
Additional Context
I also tested the actual colshape filtering separately. SET_COLSHAPE_ENTITY_TYPE does work server-side and excluded entity types stop triggering onColshapeEnter / onColshapeExit. So functionality is working fine in my testing.
Seems like only the server-side getter is bugged.
All reactions