Ja die überschrift sagt alles, weiß jemand wie man Objecte nach links oder rechte bewegen kann und nicht nach oben oder unten?
MFG
Ja die überschrift sagt alles, weiß jemand wie man Objecte nach links oder rechte bewegen kann und nicht nach oben oder unten?
MFG
0.3c und drunter:
Parameters:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
objectid The objectid you want to move.
Float:X The new X coordinate.
Float:Y The new Y coordinate.
Float:Z The new Z coordinate.
Float:Speed The speed at which to move the object.
0.3d+
Parameters:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)
objectid The objectid you want to move.
Float:X The new X coordinate.
Float:Y The new Y coordinate.
Float:Z The new Z coordinate.
Float:Speed The speed at which to move the object (In units per second).
Float:RotX The new X rotation (optional).
Float:RotY The new Y rotation (optional).
Float:RotZ The new Z rotation (optional).