AMX Mod X API Documentation

Signature
native entity_set_size(index, const Float:mins[3], const Float:maxs[3]);
Description

Sets the size of the entity bounding box, as described by the minimum and

maximum vectors relative to the origin.

Parameters
  • index Entity index
  • mins Vector containing the minimum point relative to the origin
  • maxs Vector containing the maximum point relative to the origin
No return value
Errors
  • If an invalid entity index is provided, an error will be

    thrown.

Назад
Верх