• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Solved] Selecting and Editing object problem
#8
(2021-01-18, 07:14 PM)Expert* Wrote: In _FINAL

Set
? ? SetDynamicObjectPos( objectid, x, y, z );
? ? SetDynamicObjectRot( objectid, rx, ry, rz );

I solved this problem without doing this.

I just put this code

Code:
if (response ==?EDIT_RESPONSE_UPDATE)
? ? return 1;
in OnPlayerEditDynamicObject callback and the problem was solved.
  Reply


Messages In This Thread
RE: Selecting and Editing object problem - by Radical - 2021-04-16, 12:31 AM

Forum Jump: