예제 #1
0
 public void PlaySound(PvPTeam t, int soundID)
 {
     if (Options.Sounds.Enabled && t != null && !t.Deleted && soundID > 0)
     {
         t.PlaySound(soundID);
     }
 }