Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. class Markers
  2. {
  3. items = 3;
  4. class Item0
  5. {
  6. position[] = {6968.658,324.48145,8345.914};
  7. name = "center";
  8. type = "Empty";
  9. };
  10. class Item1
  11. {
  12. position[] = {1024.82,0,2023.51};
  13. name = "respawn_east";
  14. type = "Empty";
  15. angle = 23.608498;
  16. };
  17. class Item2 {
  18. position[] = {1024.85, 5.8588, 2023.52};
  19. name = "respawn_west";
  20. type = "Empty";
  21. angle = 23.6085;
  22. };
  23. };
  24. class Sensors
  25. {
  26. items=1;
  27. class Item0
  28. {
  29. position[] = {1024.85, 5.8588, 2023.52}; //respawn_west Location
  30. a = 10;
  31. b = 10;
  32. activationBy = "ANY";
  33. repeating = 1;
  34. interruptable = 1;
  35. age = "UNKNOWN";
  36. name = "SPAWNPOINT";
  37. expCond = "(player distance SPAWNPOINT) < 10;";
  38. expActiv = "hint ""You are in the clone room""; inSpawnPoint = true;};";
  39. expDesactiv = "inSpawnPoint = false;";
  40. class Effects{};
  41. };
  42. };
  43. };
  44.  
  45. class Intro {
  46.  
  47. addOns[] = {"aia_chernarus_config"};
  48. addOnsAuto[] = {"aia_chernarus_config"};
  49. randomSeed = 13802307;
  50. class Intel
  51. {
  52. timeOfChanges = 1800.0002;
  53. startWeather = 0.3;
  54. startWind = 0.1;
  55. startWaves = 0.1;
  56. forecastWeather = 0.3;
  57. forecastWind = 0.1;
  58. forecastWaves = 0.1;
  59. forecastLightnings = 0.1;
  60. year = 2035;
  61. month = 6;
  62. day = 24;
  63. hour = 12;
  64. minute = 0;
  65. startFogDecay = 0.013;
  66. forecastFogDecay = 0.013;
  67. };
  68. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement