keypad to open door

Psycho[BE]

Newbie
Joined
Jun 2, 2005
Messages
51
Reaction score
0
does anyone know how i can use a keypad so it will open a door?
do i have to make the keypad a prop_dynamic?? and wich output do i have to use?
 
Func_button? OnPressed?

The keypad itself is probably a model, but it shouldn't be too hard to find. Models/props_lab/keypad.mdl, maybe.
 
use prop_dynamic and choose keypad from props_lab then create a block as big as the keypad is then texture it with nodraw then tie to entety then choose func_button then choose "dont move" or something in flags or something.. then its just the I/O's left! good luck!! (yay i answered something Raven0 didnt answere before me:D)

edit: I/O Guide:

go to Output press ADD then choose OnPressed *name of the door* (ex. door01) then choose "Open"

In short: This works like this, on pressed the door01 will open. remember to add a name to the door!!
 
Back
Top