In my map, when I run it in-game some but not all of the triggers are visible. I was on some server and they enabled visible triggers and I can't seem to turn them off. What's the console command to turn off visible triggers?
showtriggers_toggle
possibly?
That worked for the most part but it's really an env_bubbles that is visible.
[QUOTE=Jasa12265;25450337]That worked for the most part but it's really an env_bubbles that is visible.[/QUOTE]
I believe env_bubbles (like all the env_ ents) is a point entity, so if you tried to make it as a brush that might be what caused that one to show.
env_bubbles is a brush entity.
OP post the compile log.
It's okay, I just replaced its textures with nodraw.
You probably still have an error.
[QUOTE=Firegod522;25450535]env_bubbles is a brush entity.
OP post the compile log.[/QUOTE]
Huh. Thought all the env_ ents were point. Learn something new every day.