Stickies won't stick to what?

phatal

L6: Sharp Member
Jan 8, 2008
259
21
I have some forward spawn points that are somewhat exposed. I want to have the surrounding walls to not allow stickies to stick. I tried BlockBullets but that didn't seem to work. I want to keep the current texture so something like a grate wouldn't be acceptable.
 
M

mjmyer

I've found that stickies won't stick to func_brushes. Maybe try making a thin func_brush with the nodraw texture, and put it in front of the walls you want to protect, and see if that works.
 

TheFragMan

L1: Registered
Jan 9, 2008
33
1
I've found that stickies won't stick to func_brushes. Maybe try making a thin func_brush with the nodraw texture, and put it in front of the walls you want to protect, and see if that works.
Was about to say the same thing. Glad it worked phatal.
 

Intraman

L4: Comfortable Member
Nov 4, 2007
191
0
can't you use a "func_nogrenades"? Isn't that what that function is exactly suppose to do?
 

Vilepickle

Banned
Oct 25, 2007
372
199
They also don't stick to func_breakable which is a minor annoyance when you want stickies to break something (like the Impact window). But it's easy enough to put them off to the side.