Sound question

lucampos

L1: Registered
May 21, 2008
21
0
I have made a door and a button that opens this door, i want that when the button is pressed, people in the map, wherever they are, hear a sound like "defend the control points" those game sounds.. I have made a ambient_generic with this sound, and on the button i made an OUTPUT:

OnPressed
doorsound (name of the ambient_generic thing)
Via This input: PlaySound

the ambient_generic is checked: play everywhere, the volume is 10 (the max)
its checked also, start silent (tryed to uncheck this and test but didnt work too), and is NOT looped is checked too.

the input is there (the button one i made)
everything looks right, but i touch the button, the door opens but the sound doesnt starts.. and.. yes i wanted the door to open ;P
any idea?