Code:
set_user_hitzones(players[i], players2[j], 2)
Change Player2[j] to 1
and you have to set the hitzones of all the other body parts to inactive by doing something like
Code:
set_user_hitzones(players[i], 0, 1)
So now players[i] can't be hit in the...generic...bodypart -.-.
__________________