• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Solved] Selecting and Editing object problem
#2
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);
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


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

Forum Jump: