MoveObject Rotation Bug?
#1

Hii,

When i am trying to rotate a door with MoveObject nothing happens. But when i alt+tab and come back in game its rotated.
Code:
pawn Код:
new Float:x,Float:y,Float:z;
new Float:rx,Float:ry,Float:rz;
GetObjectPos(Door,x,y,z);
GetObjectRot(Door,rx,ry,rz);
MoveObject(DoorObject[0], x,y,z+0.0001, 0.0001, 0.0, 0.0, rz-90.0);
Can anyone confirm this?

Admigo

EDIT: Also noticed at SetObjectRot();
Reply


Messages In This Thread
MoveObject Rotation Bug? - by Admigo - 25.01.2015, 22:39
Re: MoveObject Rotation Bug? - by ikey07 - 25.01.2015, 22:46
Re: MoveObject Rotation Bug? - by Admigo - 25.01.2015, 22:49
Re: MoveObject Rotation Bug? - by ikey07 - 25.01.2015, 22:51
Re: MoveObject Rotation Bug? - by Admigo - 25.01.2015, 22:55
Re: MoveObject Rotation Bug? - by Matite - 25.01.2015, 22:56
Re: MoveObject Rotation Bug? - by Admigo - 25.01.2015, 23:09
Re: MoveObject Rotation Bug? - by PT - 25.01.2015, 23:24
Re: MoveObject Rotation Bug? - by dominik523 - 26.01.2015, 08:22
Re: MoveObject Rotation Bug? - by Admigo - 26.01.2015, 12:25

Forum Jump:


Users browsing this thread: 5 Guest(s)