Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class CfgSounds
  2. {
  3. sounds[] = {};
  4. #include "DEFUSE\sounds\cfgSounds.hpp"
  5.  
  6. {
  7. sounds[] = {};
  8. class music1
  9. {
  10. name = "music1";
  11. sound[] = {"\sounds\alluha.ogg",12, 1};
  12. titles[] = {0,""};
  13. };
  14. };
  15.  
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement