9 if ( !
GetGame().IsDedicatedServer() )
15 override void EEDelete(
EntityAI parent)
17 super.EEDelete(parent);
19 if ( !
GetGame().IsDedicatedServer() )
21 if ( m_BlinkingLight )
22 m_BlinkingLight.Destroy();
32 void Roadblock_Light()
34 SetVisibleDuringDaylight(
true);
39 SetFlareVisible(
false);
41 SetAmbientColor(0.9, 0.9, 0.7);
42 SetDiffuseColor(0.9, 0.9, 0.7);