Fakemeta function : Code: EngFunc_NumberOfEntities Description : Returns the number of entities in the world. Usage : Code: ents = engfunc(EngFunc_NumberOfEntities); Engine Replacement : http://www.amxmodx.org/funcwiki.php?go=func&id=356 Code: ents = entity_count();