Quote:
Originally Posted by didoWEE
@Connor
Isn't find_ent_by_class better than find_sphere_class?
Edit: Hehe, you missed get_players(); 
|
find_sphere_class() is better because it only checks entities in the given radius whereas find_ent_by_class() checks for all entities of that classname.
get_players() is not needed because find_sphere_class() outputs an array of found entities, and returns the number found.
__________________