SA-MP Forums Archive
Need help with SetPlayerAttachedObject -_-" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help with SetPlayerAttachedObject -_-" (/showthread.php?tid=263318)



Need help with SetPlayerAttachedObject -_-" - leingod - 21.06.2011

i have some problem with this

OnPlayerSpawn
Код:
    SetPlayerAttachedObject(playerid, 3, 18693, 6, 0.04, 0, -1.68);
    SetPlayerAttachedObject(playerid, 4, 18693, 5, 0.04, 0, -1.68);
it will show that the object successfully attached but..
the right hand is have the wrong direction,
it should be have the same direction as the left hand
how i can edit this
whats wrong ?

Here's the pic click here


Re: Need help with SetPlayerAttachedObject -_-" - leingod - 21.06.2011

Bump!


Re: Need help with SetPlayerAttachedObject -_-" - PCheriyan007 - 21.06.2011

Cool it there, you can only bump every 2 days.
Maybe rotation, I haven't worked with SetPlayerAttachedObject at all, I'm just guessing.


Re: Need help with SetPlayerAttachedObject -_-" - leingod - 05.08.2011

Bump!


Re: Need help with SetPlayerAttachedObject -_-" - dr.pepper - 05.08.2011

Check the rotation, that's what the problem looks like to me. I have not mastered SetPlayerAttachedObject.