My previous post was hs only, sorry my bad....
my guess would be:
Code:
set_user_hitzones(0,0,255-hitzone)
The hitzones is like this:
Parts of body are as bits:
1 - generic
2 - head
4 - chest
8 - stomach
16 - left arm
32 - right arm
64 - left leg
128 - right leg
So it would be 253 because head is 2 and 255-2=253
So it goes like this:
Code:
set_user_hitzones(0,0,253)
/Lone Wolf
__________________