Пример #1
0
 void RpcRoundPlaying()
 {
     // As soon as the round begins playing let the players control the tanks
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }
Пример #2
0
 // Preplay state function
 protected void Preplay()
 {
     RoundStarting();
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }