07.08.2011, 19:39
(
Last edited by Mean; 07/08/2011 at 08:24 PM.
)
Anyone has a function like GetPlayerRotation, so I can use it with SetObjectRot?
I want to "attach" the object to a player, without AttachObjectToPlayer, because AttachObjectToPlayer can't do what I want.
Anyone has something similar, like
? I really need it, any help would be welcome.
And no, GetXYInFrontOfPlayer doesn't do what I want.
I want to "attach" the object to a player, without AttachObjectToPlayer, because AttachObjectToPlayer can't do what I want.
Anyone has something similar, like
pawn Code:
GetPlayerRotation( playerid, &Float:rotx, &Float:roty, &Float:rotz )
And no, GetXYInFrontOfPlayer doesn't do what I want.