// in plugin_init()new ent = -1do { ent = find_ent_by_class(ent, "func_conveyor") // this could be enough entity_set_vector(ent, EV_VEC_origin, { -4096.0, -4096.0, -4096.0 }) // move it outside of map}while(ent)