16.12.2012, 07:39
The parameter for CreateDynamicObject is:
Where rx, ry and rz are
Float:rX The X rotation of the object.
Float:rY The Y rotation of the object.
Float:rZ The Z rotation of the object.
So you will have to get the rotation of the objects to or you will have to set your own.
P.S.
Please use pawn tags to post codes.
pawn Код:
(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance)
Float:rX The X rotation of the object.
Float:rY The Y rotation of the object.
Float:rZ The Z rotation of the object.
So you will have to get the rotation of the objects to or you will have to set your own.
P.S.
Please use pawn tags to post codes.