SetPlayerObjectRot

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:00, 16 October 2009
Dugi (Talk | contribs)
(fixed in 0.3)
← Previous diff
Revision as of 14:21, 1 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Rotates an object in all directions.}} {{Description|Rotates an object in all directions.}}
Line 40: Line 39:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:SetPlayerObjectRot]]

Revision as of 14:21, 1 February 2014



Description:

Rotates an object in all directions.


Parameters:
(playerid, objectid, Float:RotX, Float:RotY, Float:RotZ)
playeridThe player you associated this object to.
objectidThe objectid of the object you want to rotate.
Float:RotXThe X rotation.
Float:RotYThe Y rotation.
Float:RotZThe Z rotation.


Return Values:

This function does not return any specific values.


SetPlayerObjectRot( playerid, objectid, RotX, RotY, RotZ );

Related Functions

The following functions may be useful, as they are related to this function in one way or another.


In other languages