AMX Mod X API Documentation

Signature
native GetBodygroup(const entity, const group);
Description

Gets body group value based on entity's model group

Parameters
  • entity Entity index
  • group Number of entity's model group index
Returns

Body group value

Errors
  • If the index is not within the range of 1 to maxEntities or

    the entity is not valid, an error will be thrown.

Назад
Верх