Skip to main content

AttachPlayerObjectToPlayer

คำอธิบาย

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

NameDescription
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.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

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

บันทึก

warning

This function was removed in SA-MP 0.3.

ฟังก์ชั่นที่เกี่ยวข้องกัน