public remove(id){ new ent = find_ent_by_class(id,"ts_groundweapon") if(ent == 1){ remove_entity(ent) } return PLUGIN_HANDLED }