Replies: 1 comment 5 replies
-
js module doesn't has the same code. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now when object is being destreamed, NetOwner is set to null, but current implementation of OnNetOwnerChange is not called when null owner is set:
which makes impossible to catch, when object is destreamed.
Proposing either to fire event with new null owner, or extend api by OnNetOwnerReset event
I assume JS module has the same code and needs update too: altmp/altv-issues#1726
Beta Was this translation helpful? Give feedback.
All reactions