Jump to content

help


Recommended Posts

  • 2 weeks later...
object = createObject(1337, 1500, 965, 10) -- "a name which you like " = createObject ("ID of the object", positionX, positionY, positionZ)

local x, y, z = getElementPosition(object)  -- the X, Y, Z = element position which is object

setObjectRotation (object, x, y, z)  -- you can use setElementRotation (object, x, y, z) the x y z = the second line of this coding.   

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...