예제 #1
0
 void OnServerInitialized()
 {
     ins = this;
     if (!ConVar.Server.radiation)
     {
         radsOn = false;
         ConVar.Server.radiation = true;
     }
     else
     {
         radsOn = true;
     }
     DestroyAllComponents();
     FindMonuments();
 }
예제 #2
0
        private void OnServerInitialized()
        {
            lang.RegisterMessages(Messages, this);

            ins = this;
            if (!ConVar.Server.radiation)
            {
                radsOn = false;
                ConVar.Server.radiation = true;
            }
            else
            {
                radsOn = true;
            }

            FindMonuments();
        }