Signature
#define fm_find_ent_in_sphere(%1,%2,%3) engfunc(EngFunc_FindEntityInSphere, %1, %2, %3)
Description
stock fm_find_ent_in_sphere(index, const Float:origin[3], Float:radius)
{
return engfunc(EngFunc_FindEntityInSphere, index, origin, radius)
}