Exemplo n.º 1
0
 public static void SendToAll(VRage.Audio.MyGuiSounds sound = VRage.Audio.MyGuiSounds.HudGPSNotification3)
 {
     MyVisualScriptLogicProvider.PlayHudSound(sound, 0);
 }
Exemplo n.º 2
0
 public static void SendTo(long playerId, VRage.Audio.MyGuiSounds sound = VRage.Audio.MyGuiSounds.HudGPSNotification3)
 {
     MyVisualScriptLogicProvider.PlayHudSound(sound, playerId);
 }