Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. new AudioDescription(BBDXMusicDescription) {
  2. volume = "3";
  3. isLooping = "1";
  4. isStreaming = "0";
  5. is3D = "0";
  6. ReferenceDistance = "3";
  7. maxDistance = "100";
  8. coneInsideAngle = "360";
  9. coneOutsideAngle = "360";
  10. coneOutsideVolume = "1";
  11. coneVector = "0 0 1";
  12. environmentLevel = "0";
  13. loopCount = "-1";
  14. minLoopGap = "0";
  15. maxLoopGap = "0";
  16. type = "0";
  17. };
  18.  
  19. new AudioProfile(TestMusicSound) {
  20. description = BBDXMusicDescription;
  21. fileName = "Add-Ons/Music/Stand_Up_Battle_Commander_Daimos.ogg";
  22. };
  23.  
  24. function test() {
  25. alxPlay(TestMusicSound);
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement