Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1.  
  2. _timeStamp = diag_tickTime;
  3.  
  4. diag_log "----------------------------------------------------------------------------------------------------";
  5. diag_log format[ " Start of Altis Life Server Init :: Start.sqf :: Time : %1 ",(diag_tickTime) - _timeStamp];
  6. diag_log "----------------------------------------------------------------------------------------------------";
  7.  
  8. []Spawn
  9. {
  10. _Pos= [3790.17,13418.7,0.00142288];
  11. _radius=45;
  12. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  13. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  14. _Pos= [15747.8,17935.8,0];
  15. _radius=150;
  16. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  17. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  18. _Pos= [4750,21914,0];
  19. _radius=3;
  20. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  21. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  22. _Pos= [17489,13301,0];
  23. _radius=70;
  24. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  25. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  26. _Pos= [17513,13320,0];
  27. _radius=10;
  28. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  29. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  30. _Pos= [17489,13301,0];
  31. _radius=10;
  32. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  33. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  34. _Pos= [17487,13288,0];
  35. _radius=10;
  36. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  37. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  38. _Pos= [9177,21661,0];
  39. _radius=70;
  40. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  41. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  42. _Pos= [3557,13620,0];
  43. _radius=57;
  44. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  45. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  46. _Pos= [3668,13157.7,0];
  47. _radius=50;
  48. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  49. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  50. _Pos= [3635,13107,0];
  51. _radius=19;
  52. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  53. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  54. _Pos= [3665,13098,0];
  55. _radius=13;
  56. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  57. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  58. _Pos= [3650,13092,0];
  59. _radius=1;
  60. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  61. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  62. _Pos= [13934,15162,0];
  63. _radius=90;
  64. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  65. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  66. _Pos= [23533.6,19928.6,0];
  67. _radius=45;
  68. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  69. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  70. _Pos= [22142,14474,0];
  71. _radius=70;
  72. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  73. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  74. _Pos= [4086.22,13709.7,0];
  75. _radius=20;
  76. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  77. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  78. _Pos= [4065.45,13700.6,0];
  79. _radius=3;
  80. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  81. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  82. _Pos= [15712,17457,0];
  83. _radius=50;
  84. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  85. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  86. _Pos= [4039.47,13722,0];
  87. _radius=25;
  88. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  89. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  90. _Pos= [11959.6,12568.6,0];
  91. _radius=75;
  92. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  93. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  94. _Pos= [11959.6,12568.6,0];
  95. _radius=75;
  96. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  97. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  98. _Pos= [12066,12351.5,0];
  99. _radius=75;
  100. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  101. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  102. _Pos= [12130,12400,0];
  103. _radius=20;
  104. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  105. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  106. _Pos= [12159.2,12393.6,0];
  107. _radius=10;
  108. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  109. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  110. _Pos= [20752,7142,0];
  111. _radius=3;
  112. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  113. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  114. _Pos= [20746,7137,0];
  115. _radius=3;
  116. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  117. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  118. _Pos= [20765,7148,0];
  119. _radius=10;
  120. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  121. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  122. _Pos= [20790,7168,0];
  123. _radius=3;
  124. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  125. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  126. _Pos= [20797,7172,0];
  127. _radius=3;
  128. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  129. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  130. _Pos= [20808,7178,0];
  131. _radius=5;
  132. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  133. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  134. _Pos= [20829,7195,0];
  135. _radius=5;
  136. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  137. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  138. _Pos= [20840,7202,0];
  139. _radius=5;
  140. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  141. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  142. _Pos= [20848,7191,0];
  143. _radius=5;
  144. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  145. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  146. _Pos= [20848,7191,0];
  147. _radius=5;
  148. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  149. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  150. _Pos= [20863,7166,0];
  151. _radius=5;
  152. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  153. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  154. _Pos= [20867,7159,0];
  155. _radius=5;
  156. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  157. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  158. _Pos= [20872,7151,0];
  159. _radius=5;
  160. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  161. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  162. _Pos= [20880,7138,0];
  163. _radius=5;
  164. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  165. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  166. _Pos= [20887,7124,0];
  167. _radius=5;
  168. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  169. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  170. _Pos= [20896,7110,0];
  171. _radius=5;
  172. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  173. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  174. _Pos= [20905,7098,0];
  175. _radius=5;
  176. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  177. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  178. _Pos= [20913,7085,0];
  179. _radius=5;
  180. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  181. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  182. _Pos= [20920,7075,0];
  183. _radius=5;
  184. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  185. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  186.  
  187. _Pos= [3637.48,13098.4,0];
  188. _radius=4;
  189. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  190. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  191. _Pos= [3670.52,13122.6,0];
  192. _radius=12;
  193. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  194. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  195. _Pos= [3659.11,13110.8,0];
  196. _radius=26;
  197. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  198. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  199. _Pos= [3632.98,13095.9,0];
  200. _radius=10;
  201. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  202. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  203. _Pos= [3742.28,12998.3,0];
  204. _radius=62;
  205. _terrainobjects= nearestTerrainObjects [_Pos,[],_radius];
  206. {hideObjectGlobal _x; _x allowDamage false} foreach _terrainobjects;
  207.  
  208. };
  209.  
  210. _tree_1 = execVM "\life_server\tree.sqf";
  211. waitUntil {isNull _tree_1};
  212.  
  213. diag_log "----------------------------------------------------------------------------------------------------";
  214. diag_log format[ " End of Altis Life Server Init :: Start.sqf :: Time : %1 ",(diag_tickTime) - _timeStamp];
  215. diag_log "----------------------------------------------------------------------------------------------------";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement