Beispiel #1
0
 public void Radar_Click()
 {
     if (!CanBuy())
     {
         return;
     }
     ;
     ActiveGame.GetHUD().SetRadarActive(true);
     ActiveGame.WriteChat("TTT", "Radar activated", 0, 0, 200);
     Close();
 }
Beispiel #2
0
 public void Teleport_Click()
 {
     if (!CanBuy())
     {
         return;
     }
     ;
     ActiveGame.CanTeleport = true;
     ActiveGame.WriteChat("TTT", "Teleport bought", 0, 0, 200);
     Close();
 }