SA-MP Forums Archive
Helm for head. - 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: Helm for head. (/showthread.php?tid=195390)



Helm for head. - Ernis456 - 02.12.2010

Hi, maybe someone know SetPlayerAttachedObject function cordinates for helm ID: 18645. I create helm with :
Код:
SetPlayerAttachedObject(playerid, playerid, 18645, 2);
and helm not on head well.


Re: Helm for head. - Ernis456 - 02.12.2010

My english bad sry. I need cordinates : "Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ" to helm be on head in right position.


Re: Helm for head. - Ernis456 - 02.12.2010

Which what editor I can easy find cordinates ?


Re: Helm for head. - [MWR]Blood - 02.12.2010

There is no editor for finding coordinates, find them by yourself.


Re: Helm for head. - wups - 02.12.2010

Check the Filterscripts section or use search!! This has been asked/released for about 5 times.

This forum requires that you wait 120 seconds between posts. Please try again in 77 seconds.


Re: Helm for head. - [NeS]Justin - 02.12.2010

Here i already got it from someone else

Код:
   SetPlayerAttachedObject(playerid, 1, 18645, 2, 0.07, 0.0, 0.0, 88, 75, 0);
- JayTea


Re: Helm for head. - Zh3r0 - 02.12.2010

Quote:
Originally Posted by Delux13
Посмотреть сообщение
There is no editor for finding coordinates, find them by yourself.
There is Hold-Studio eh, by g_aSlice!