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.
Код:
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);