AMX Mod X API Documentation

Signature
native get_user_hitzones(index, target);
Description

Gets the set of hit zone "rules" between @index and @target players.

Notes
  • For the body part bitsum, see HITZONE* constants.
Parameters
  • index Client index
  • target The target player
Returns

The bitsum of @target's body parts @index is able to hit

Errors
  • If player is not connected or not within the range

    of 1 to MaxClients.

Назад
Верх