AttachPlayerObjectToPlayer

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 09:59, 20 February 2013
Meta (Talk | contribs)
(added german link)
← Previous diff
Revision as of 14:36, 1 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 52: Line 52:
[[de:AttachPlayerObjectToPlayer]] [[de:AttachPlayerObjectToPlayer]]
 +[[fr:AttachPlayerObjectToPlayer]]
[[ru:AttachPlayerObjectToPlayer]] [[ru:AttachPlayerObjectToPlayer]]

Revision as of 14:36, 1 February 2014




Description:

The same as AttachObjectToPlayer but for objects which were created for player.


Image:32px-Circle-style-warning.png

Warning

This function was removed in SA-MP 0.3.
ALTERNATIVE: SetPlayerAttachedObject


Parameters:
(objectplayer, objectid, attachplayer, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:rX, Float:rY, Float:rZ)
objectplayerThe id of the player which is linked with the object.
objectidThe objectid you want to attach to the player.
attachidThe id of the player you want to attach to the object.
Float:OffsetXThe distance between the player and the object in the X direction.
Float:OffsetYThe distance between the player and the object in the Y direction.
Float:OffsetZThe distance between the player and the object in the Z direction.
Float:RotXThe X rotation.
Float:RotYThe Y rotation.
Float:RotZThe Z rotation.


Return Values:

This function does not return any specific values.


AttachPlayerObjectToPlayer(objectplayer, objectid, attachplayer, 1.5, 0.5, 0, 0, 1.5, 2 );

Related Functions

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


In other languages