11.11.2012, 14:48
Hey guys.
Im once again in need of your help. I have been searching wikipedia for SetPlayerAttachedObject since I wanted to attach an object above players head, so I tried using to bone id 3, but instead of it placing the object above the head, it placed the object in the middle of the head. I also tried something like this:
but in this case the object didnt even spawn. any ideas, please?
Thank you.
Im once again in need of your help. I have been searching wikipedia for SetPlayerAttachedObject since I wanted to attach an object above players head, so I tried using to bone id 3, but instead of it placing the object above the head, it placed the object in the middle of the head. I also tried something like this:
Код:
new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); SetPlayerAttachedObject(playerid,0,1274,3,x,y,z+1);
Thank you.