Advertisement
Dallas86

Description.ext

Aug 31st, 2015
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class CfgSounds {
  2. sounds[] = {};
  3.  
  4. class sound1
  5. {
  6. name = "sound1";
  7. sound[] = {"sound\sound1.ogg", 1, 1};
  8. titles[] = {};
  9. };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement