is_user_in_sphere( id, Float:flOrigin[], Float:flRadius ) { new iEnt = -1; while( ( iEnt = engfunc( EngFunc_FindEntityInSphere, iEnt, flOrigin, flRadius ) ) ) { if( iEnt == id ) return true; } return false; }