Is it Possible???
#2

To rotate object animated?
Yes, it is, using SetObjectRot.

Just create timer like

pawn Код:
forward ObjectRotater();
public ObjectRotater()
{
    new Float:Xrotation, Float:Yrotation, Float:Zrotation;
    GetObjectRot(YourObject, Xrotation, Yrotation, Zrotation);
    SetObjectRot(YourObject, Xrotation, Yrotation, Zrotation+0.1);
}
and SetTimer("ObjectRotater", 10, 1);
Reply


Messages In This Thread
Is it Possible??? - by linthebigs - 11.01.2010, 15:01
Re: Is it Possible??? - by lameguy - 11.01.2010, 15:22
Re: Is it Possible??? - by linthebigs - 11.01.2010, 22:20
Re: Is it Possible??? - by Jakku - 12.01.2010, 06:18

Forum Jump:


Users browsing this thread: 1 Guest(s)