Metal Gate

Metal Gate

Hammer Mapping — Page [1]
RuSs

2006 Apr 19 • 180
21 ₧
I have mad myself a metal gate and i want it to be locked, how do i do this. PLUS i also want to be able to shoot through it, but instead it leaves bullets holes on it (un-realistic).
Thanks
Www.Ddaycz.co.uK
 
 
 
2006 Jun 25 at 11:51 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Locked? You mean like with a padlock you can shoot off? Or a button to unlock it? Or ...?

You have to make it nonsolid for bullets to go through. If you made it a func_door_rotating (or similar) check the Passable flag in its properties.

The problem is then you can WALK through it too.

That is what CLIP is for. Add a CLIP brush to block players. You can tie it into the rest of the gate as part of the same entity, so the CLIP will swing open when the rest of the gate does.

CLIP does not block bullets.
 
 
 
2006 Jun 25 at 17:48 PDT
RuSs

2006 Apr 19 • 180
21 ₧
well a padlock u can shoot off then
Www.Ddaycz.co.uK
 
 
 
2006 Jun 25 at 17:51 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Build the padlock as a func_breakable. Have it target the name of your gate.

Set your gate to Trigger Only (or somethine like that) which makes it so it can only be activated by a trigger event, not by the players directly.
 
 
 
2006 Jun 25 at 18:01 PDT
Page [1]