Advertisement
ReverendV92

HL2 Custom Sound Scripts

Sep 10th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.65 KB | None | 0 0
  1. // Custom Weapon Scripts
  2. precache_file "scripts/sounds/crowbar.txt"
  3. precache_file "scripts/sounds/physcannon.txt"
  4. precache_file "scripts/sounds/stunstick.txt"
  5. precache_file "scripts/sounds/pistol.txt"
  6. precache_file "scripts/sounds/357.txt"
  7. precache_file "scripts/sounds/alyxgun.txt"
  8. precache_file "scripts/sounds/smg1.txt"
  9. precache_file "scripts/sounds/ar2.txt"
  10. precache_file "scripts/sounds/shotgun.txt"
  11. precache_file "scripts/sounds/crossbow.txt"
  12. precache_file "scripts/sounds/annabelle.txt"
  13. precache_file "scripts/sounds/frag.txt"
  14. precache_file "scripts/sounds/slam.txt"
  15. precache_file "scripts/sounds/rpg.txt"
  16. precache_file "scripts/sounds/bugbait.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement