Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. class CfgSounds {
  2. sounds[] = {"WailRumbler", "Siren2", "Siren3"};
  3.  
  4. class WailRumbler {
  5. name = "Wail";
  6. sound[] = {"A3L_CVPI\Sound\WailRumbler.wss", 1, 1};
  7. titles[] = {};
  8. };
  9.  
  10. class YelpRumbler {
  11. name = "Yelp";
  12. sound[] = {"A3L_CVPI\Sound\YelpRumbler.wss", 1, 1};
  13. titles[] = {};
  14. };
  15.  
  16. class Siren1 {
  17. name = "Yelp";
  18. sound[] = {"A3L_CVPI\Sound\siren.ogg", 1, 1};
  19. titles[] = {};
  20. };
  21.  
  22. class Siren2 {
  23. name = "Yelp";
  24. sound[] = {"A3L_CVPI\Sound\yelp.ogg", 1, 1};
  25. titles[] = {};
  26. };
  27.  
  28. class Siren3 {
  29. name = "Siren3";
  30. sound[] = {"A3L_CVPI\Sound\PA500.ogg", 1, 0.8};
  31. titles[] = {};
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement