View Single Post
Old 03-23-2006, 06:22 PM   #29
o_stino
 
o_stino's Avatar
 
Join Date: Feb 2005
Location: Belgium
Posts Rated Helpful 0 Times
Quote:
Originally Posted by Caesium
It depends on the states they are in at the time. The only way to explain what will happen as far as I can see is via the 3 statements on the website that you pasted earlier:

- When your team's generator is disabled, you're team's camera system turns off.
- When your team's generator comes back online, your team's camera system turns on. The enemy team's camera system is also deactivated, due to your team's radio jammer being activated

That is implemented in hammer like this:

Red's Button:

OnIn monitor_red Disable
OnOut monitor_red Enable
OnOut monitor_blue Disable
OnOut camera_red SetOnAndTurnOthersOff

Blue's Button:

OnIn monitor_blue Disable
OnOut monitor_blue Enable
OnOut monitor_red Disable
OnOut camera_blue SetOnAndTurnOthersOff
ok, and if the radio jammer from the enemy turns your system down, than there are no cams, but 2 generators running?
o_stino is offline   Reply With Quote