public scour_map() { new entindex = find_ent_by_class(entindex,"armoury_entity") new weapType while (entindex > 0) { weapType = cs_get_armoury_type(entindex) server_print("Found an ARMOURY[%d]: %d",entindex,weapType) entindex = find_ent_by_class(entindex,"armoury_entity") } }