• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Solved] Selecting and Editing object problem
#3
(2021-01-16, 02:32 PM)Pinch Wrote: 1.
Quote:OnPlayerEditDynamicObject is called:

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)
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.
  Reply


Messages In This Thread
RE: Selecting and Editing object problem - by Radical - 2021-01-16, 02:47 PM

Forum Jump: