void RpcRoundPlaying() { // As soon as the round begins playing let the players control the tanks EnableTankControl(); LazyLoadAnnouncer(); m_Announcer.Hide(); }
// Preplay state function protected void Preplay() { RoundStarting(); EnableTankControl(); LazyLoadAnnouncer(); m_Announcer.Hide(); }