[Bug] Decorators not applying #40
Closed
masonop
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 3 comments 2 replies
|
Not a fix for this issue, but you should be using statebags instead of decorators for a number of reasons. |
2 replies
|
A fix for this bug has been implemented and is available in Hotfix 5. Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
|
Working now, 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 setting a decorator (i.e. through
DecorSetInt) on an entity it does not appear to apply, as attempting to get it back withDecorGetIntlater has it return the default value of0Issue type
Client
Repro rate
Always
Server build version
9.0.0-beta-f664af9d
OS
Windows 11
CPU
I9-13900KF
GPU
NVIDIA RTX 4080 SUPER
RAM
64GB 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
Before 0andAfter 0printsExpected Behavior
The decorator should apply to the entity. Attempting to get the decorator value after it has been set should return the newly set value
Actual Behavior
The decorator value does not appear to apply and getting the value after it has been set returns the original value before
Evidence
Additional Context
No response
All reactions