native find_ent_in_sphere(start_from_ent, const Float:origin[3], Float:radius);
start_from_ent | Entity index to start from |
origin | Center of sphere |
radius | Sphere radius |
Searches for entities inside a sphere, starting at a specified index.
Entity index if an entity was found, 0 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.