Skip to main content

AttachObjectToPlayer

คำอธิบาย

Attach an object to a player.

NameDescription
objectidThe ID of the object to attach to the player.
playeridThe ID of the player to attach the object to.
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 between the object and the player.
Float:RotYThe Y rotation between the object and the player.
Float:RotZThe Z rotation between the object and the player.

ส่งคืน

This function always returns 0.

ตัวอย่าง

new myobject;
myobject = CreateObject(19341, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
AttachObjectToPlayer(myobject, playerid, 1.5, 0.5, 0.0, 0.0, 1.5, 2);

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