2024-03-17, 10:43 AM
Can someone help me? I want to change the rz ry rz object using setdynamicobjectrot but in the game the object won't move, where is my mistake?
Setdynamicobjectrot
|
2024-03-17, 10:43 AM
Can someone help me? I want to change the rz ry rz object using setdynamicobjectrot but in the game the object won't move, where is my mistake?
2024-05-05, 09:47 AM
(This post was last modified: 2024-05-05, 09:50 AM by carl_anderson.)
This is wrong forum section to post this.
But, still: Make sure it's dynamic object. And then just try to give different rotation values, see if it even moves a little: SetDynamicObjectRot(dynamicObject, 0.0, 0.0, 90.0); |