Well, that's simple. You do it the exact same way you would do it with 1 button...just connect the inputs on each door to the same button. You can hook up as many inputs as you want to the same output.
Hi im new to wiremod but not new to gmod. Iwe been searching on google and on theese forums on how to make 3 buttons act like 1? I want to be abel to close 3 doors at the same times with 1 button a so called "security button". Is there anyway to do this? Please answer fast! // Mimic
Ps: sorry for my english.
Well, that's simple. You do it the exact same way you would do it with 1 button...just connect the inputs on each door to the same button. You can hook up as many inputs as you want to the same output.
Ok but what if the doors are open with hydralics, and there are difrent values to every door? Is that even possible to close all by one button?
Well, there's a few ways to do this, but for me, the expression gate is the easiest way to go.
N@Security
I@Shutdown
O@Door1 Door2 Door3
Shutdown & ~Shutdown ->
Door1 = [door 1 Shut value here]
Door2 = [door 2 shut value here]
Door3 = [door 2 shut value here]
;
Thx i really appreciate it! Even it would be great to know of the diffrent ways you mentioned so i know what other possibilities there is to do diffrent things. But really thx!
use multiply chips on each door... multiply a constant value (the length to open door) by the button's input... that way when button = 0 then the doors are closed (hydro = 0) and when button = 1 then doors go to their respective positions thanks to the multiply.
Thx again guys but i got one more problem. Can i open the doors again anyway with the same button?
No borher thx for everything i found it out by myself but with 2 buttons.
Bookmarks