Posts: 727
Threads: 111
Joined: May 2011
Reputation:
0
I have my gates in my server which are made of both command and auto and they are both rotated, is there like a new object thing in 0.3d? please tell me so i can fix. I did some research and i can't find the 0.3d streamer please give me a link
Posts: 727
Threads: 111
Joined: May 2011
Reputation:
0
How can i convert mta to 0.3d? objects?(sorry i double posted)
Posts: 489
Threads: 218
Joined: Nov 2011
Reputation:
0
in 0.3d is:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)
not anymore:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
You need to add also the rotation and it won't rotate
Posts: 727
Threads: 111
Joined: May 2011
Reputation:
0
So do i need to make all my gates in mta again to make sure they aren't bugged? i am really not understanding..how i am meant to do this
Posts: 73
Threads: 12
Joined: Oct 2011
Reputation:
0
old:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)
now:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
All u have to do is remove Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0 from old MoveObject and it will work