SA-MP Forums Archive
Simple Question [+rep] - 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)
+--- Thread: Simple Question [+rep] (/showthread.php?tid=310859)



Simple Question [+rep] - Twinki1993 - 14.01.2012

Well I need some good coordinates for the AttachObjectToPlayer. The thing that I am making is the berret (Object ID: 18921 - 18925, same berets just other colors). I just need good head coordinates for it.

Edit: Skin id is 287


Re: Simple Question [+rep] - Min - 14.01.2012

Код:
SetPlayerAttachedObject(playerid, 0,18921,2,0.15,0,0,0,0,0,1,1,1);
SetPlayerAttachedObject(playerid, 0,18922,2,0.15,0,0,0,0,0,1,1,1);
SetPlayerAttachedObject(playerid, 0,18923,2,0.15,0,0,0,0,0,1,1,1);
SetPlayerAttachedObject(playerid, 0,18924,2,0.15,0,0,0,0,0,1,1,1);
SetPlayerAttachedObject(playerid, 0,18925,2,0.15,0,0,0,0,0,1,1,1);
Have fun


Re: Simple Question [+rep] - Twinki1993 - 14.01.2012

Thanks mate!