(2021-01-16, 02:32 PM)Pinch Wrote: 1.Quote:OnPlayerEditDynamicObject is called:2.
If you cancel the object editing. (response = EDIT_RESPONSE_CANCEL = 0)
If you finish (save) the object editing. (response = EDIT_RESPONSE_FINAL = 1)
If you update (move/rotate) the object (response = EDIT_RESPONSE_UPDATE = 2)Code:native EditDynamicObject(playerid, STREAMER_TAG_OBJECT:objectid);
1.
I (finish) save the object but response is EDIT_RESPONSE_UPDATE instead of EDIT_RESPONSE_FINAL
2.
I said when I select the object, the OnPlayerSelectDynamicObject is not called.