Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. overviewText= "Trouble In Takistan";
  2. overviewTextlocked= "Us forces have been sent into Takistani village to try infiltrate a terorst group and exeterminate rebel influence in the area.";
  3. overviewpicture = "overview.jpg";
  4.  
  5. onLoadName = "Trouble in Takistan";
  6. onLoadMission ="US Agents have been sent to infiltrate local terrorist group."
  7. loadScreen = "overview.jpg";
  8. author = "Reece";
  9.  
  10. class CfgMusic
  11. {
  12. tracks[]={};
  13.  
  14. class music1
  15. {
  16. name = "music1";
  17. sound[] = {"\music\music1.ogg", db+0, 1.0};
  18. }; //music1 End
  19.  
  20. class CfgSounds
  21. {
  22. sounds[] = {};
  23. };
  24.  
  25. class sound1
  26. {
  27. name = "sound1";
  28. sound[] = {"sound\sound1.ogg", 1, 1};
  29. titles[] = {};
  30. };
  31.  
  32.  
  33. class sound2
  34. {
  35. name = "sound2";
  36. sound[] = {"sound\sound2.ogg", 1, 1};
  37. titles[] = {};
  38. };
  39.  
  40. class sound3
  41. {
  42. name = "sound3";
  43. sound[] = {"sound\sound3.ogg", 1, 1};
  44. titles[] = {};
  45. };
  46.  
  47. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement