Do you want to block only phys objects or also players and bullets?
If you want to block everything, use func_brush with texture toolsinvisible. Func_brush can be enabled and disabled with outputs.
If you only want to clip the physic objects but not players, use func_clip_vphysics that can also be enabled and disabled with outputs.
|