Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. class CfgSounds
  2. {
  3. sounds[] = {};
  4. class allah
  5. {
  6. name = "allah";
  7. sound[] = {"scripts\OKS_Suicide\boom.wav", 0.8, 1};
  8. titles[] = {0,""};
  9. };
  10.  
  11. class allah_2
  12. {
  13. name = "allah_2";
  14. sound[] = {"scripts\OKS_Suicide\boom_2.wav", 0.8, 1};
  15. titles[] = {0,""};
  16. };
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement