AMX Mod X API Documentation

Signature
native find_ent_by_tname(iIndex, const szClass[]);
Description

Searches entities in the world, starting at a specified index and matching by

targetname.

Parameters
  • iIndex Entity index to start from
  • szClass Targetname to match
Returns

Entity index if an entity was found, 0 otherwise

Назад
Верх