#include <amxmodx> #include <engine> public plugin_init() { register_plugin( "", "", "" ); new Entity = -1; while ( ( Entity = find_ent_by_class( Entity, "env_snow" ) ) ) { remove_entity( Entity ); } }