SOLUTION:?
Use streamer v2.9.4.
1: OnPlayerEditObject/OnPlayerEditDynamicObject response is EDIT_RESPONSE_UPDATE
Recently, a bug was found on the server that when we edit objects, the objects return to where they were created after a few seconds.
I do not know why in OnPlayerEditObject/OnPlayerEditDynamicObject the 'response' is EDIT_RESPONSE_UPDATE.
The response should be EDIT_RESPONSE_FINAL to solve.
2: SelectObject function is not working for dynamic objects.
When I select the object, the OnPlayerSelectDynamicObject is not called.
Why?
What is your solutions? Thank u.
Use streamer v2.9.4.
1: OnPlayerEditObject/OnPlayerEditDynamicObject response is EDIT_RESPONSE_UPDATE
Recently, a bug was found on the server that when we edit objects, the objects return to where they were created after a few seconds.
I do not know why in OnPlayerEditObject/OnPlayerEditDynamicObject the 'response' is EDIT_RESPONSE_UPDATE.
The response should be EDIT_RESPONSE_FINAL to solve.
2: SelectObject function is not working for dynamic objects.
When I select the object, the OnPlayerSelectDynamicObject is not called.
Why?
What is your solutions? Thank u.