Need some help

X6Darkstar6X

L1: Registered
Jan 15, 2011
1
0
Hi, I have been searching and trying myself for some time now. I seen something about it in a thread, but it didn't work. I've been trying to create a non-sticking sticky bomb wall. For those that don't understand, I mean a wall if you shoot a sticky at it, the sticky just bounces off.

If you've got any answers on to how it's done, please help me out if ya can. Thanks in advance.
 

Wander

L3: Member
Sep 16, 2010
148
55
This happens with some brush entites, not sure how many do it, but the breakable one does

Make a func_breakable and set its life to 0 so it wont break, stickies now wont stick to it

There might be a more efficient way, but I know this way works
 

nik

L12: Fabulous Member
Aug 14, 2009
987
564
I think blockbullets might do that.
 
Apr 13, 2009
728
309
I think any brush-based entity will do the trick.
Except func_detail because it's not a real entity.
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
func_brush
 
Nov 14, 2009
1,257
378
There is a brush entity that kills all stickies that go through it. Something like func_nogrenades.