Advertisement
Guest User

traders

a guest
Oct 25th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Static Objects
  3. ///////////////////////////////////////////////////////////////////////////////
  4.  
  5. // Taken away for now
  6. //#include "initServer.sqf"
  7.  
  8. if (!hasInterface || isServer) exitWith {};
  9.  
  10. [
  11. "Exile_Trader_Food",
  12. "GreekHead_A3_01",
  13. ["HubStanding_idle1"],
  14. [24861.3,13785.5,0],
  15. 178,636
  16. ]
  17.  
  18. call ExileClient_object_trader_create;
  19.  
  20. [
  21.  
  22. "Exile_Trader_Armory",
  23. "PersianHead_A3_02",
  24. ["HubStanding_idle1"],
  25. [24839,13777.8,0],
  26. 144.545
  27. ]
  28. call ExileClient_object_trader_create;
  29.  
  30. [
  31. "Exile_Trader_Equipment",
  32. "WhiteHead_19",
  33. ["InBaseMoves_Lean1"],
  34. [24839.6,13772.9,0],
  35. 61.8182
  36. ]
  37.  
  38.  
  39. call ExileClient_object_trader_create;
  40. [
  41. "Exile_Trader_SpecialOperations",
  42. "AfricanHead_02",
  43. ["HubStanding_idle1"],
  44. [24841.8,13768.5,0],
  45. 57.7273
  46. ]
  47. call ExileClient_object_trader_create;
  48. [
  49. "Exile_Trader_Office",
  50. "GreekHead_A3_04",
  51. ["HubBriefing_scratch", "HubBriefing_stretch", "HubBriefing_think", "HubBriefing_lookAround1", "HubBriefing_lookAround2"],
  52. [24846.5,13782.7,0],
  53. 150
  54. ]
  55. call ExileClient_object_trader_create;
  56. [
  57. "Exile_Trader_WasteDump",
  58. "GreekHead_A3_01",
  59. ["HubStanding_idle1"],
  60. [24880.6,13757.3,0],
  61. 255
  62. ]
  63. call ExileClient_object_trader_create;
  64. [
  65. "Exile_Trader_Aircraft",
  66. "PersianHead_A3_02",
  67. ["HubStanding_idle1"],
  68. [24842.5,13746.1,0],
  69. 239.545
  70. ]
  71. call ExileClient_object_trader_create;
  72. [
  73. "Exile_Trader_AircraftCustoms",
  74. "PersianHead_A3_02",
  75. ["HubStanding_idle1"],
  76. [24844.8,13741.9,0],
  77. 240.455
  78. ]
  79. call ExileClient_object_trader_create;
  80. [
  81. "Exile_Trader_Vehicle",
  82. "PersianHead_A3_02",
  83. ["HubStanding_idle1"],
  84. [24882.6,13751.2,0],
  85. 262.727
  86. ]
  87. call ExileClient_object_trader_create;
  88. [
  89. "Exile_Trader_VehicleCustoms",
  90. "PersianHead_A3_02",
  91. ["HubStanding_idle1"],
  92. [24881.6,13745.9,0],
  93. 306.364
  94. ]
  95. call ExileClient_object_trader_create;
  96. ////////////////////////////////////////////////////////////////////
  97. ///////////////////// Trader2//////////////////////////////////
  98. ////////////////////////////////////////////////////////////////////
  99. [
  100. "Exile_Trader_Hardware",
  101. "WhiteHead_17",
  102. ["HubStanding_idle1"],
  103. [6783,17911.1,0],
  104. 65.4546
  105. ]
  106. call ExileClient_object_trader_create;
  107.  
  108.  
  109. [
  110. "Exile_Trader_Food",
  111. "GreekHead_A3_01",
  112. ["HubStanding_idle1"],
  113. [6789.58,17922.2,0],
  114. 150
  115. ]
  116.  
  117. call ExileClient_object_trader_create;
  118.  
  119.  
  120. [
  121. "Exile_Trader_Armory",
  122. "PersianHead_A3_02",
  123. ["HubStanding_idle1"],
  124. [6801.08,17912.4,0],
  125. 332.273
  126.  
  127. ]
  128. call ExileClient_object_trader_create;
  129.  
  130. [
  131. "Exile_Trader_Equipment",
  132. "WhiteHead_19",
  133. ["HubStanding_idle1"],
  134. [6797.6,17910.1,0],
  135. 333.182
  136.  
  137. ]
  138. call ExileClient_object_trader_create;
  139.  
  140.  
  141. [
  142. "Exile_Trader_SpecialOperations",
  143. "AfricanHead_02",
  144. ["HubStanding_idle1"],
  145. [6795.37,17925.4,0],
  146. 152.727
  147.  
  148. ]
  149. call ExileClient_object_trader_create;
  150.  
  151.  
  152. [
  153. "Exile_Trader_Office",
  154. "GreekHead_A3_04",
  155. ["HubBriefing_scratch", "HubBriefing_stretch", "HubBriefing_think", "HubBriefing_lookAround1", "HubBriefing_lookAround2"],
  156. [6793.39,17908.5,0],
  157. 334.091
  158. ]
  159. call ExileClient_object_trader_create;
  160.  
  161. [
  162. "Exile_Trader_WasteDump",
  163. "GreekHead_A3_01",
  164. ["HubStanding_idle1"],
  165. [6796.59,17881.7,0],
  166. 330.909
  167. ]
  168. call ExileClient_object_trader_create;
  169.  
  170.  
  171. [
  172. "Exile_Trader_Aircraft",
  173. "PersianHead_A3_02",
  174. ["HubStanding_idle1"],
  175. [6864.79,17895.1,0],
  176. 333.182
  177. ]
  178. call ExileClient_object_trader_create;
  179.  
  180.  
  181.  
  182. [
  183. "Exile_Trader_AircraftCustoms",
  184. "PersianHead_A3_02",
  185. ["HubStanding_idle1"],
  186. [6872.71,17896.2,0],
  187. 335
  188. ]
  189. call ExileClient_object_trader_create;
  190.  
  191.  
  192.  
  193. [
  194. "Exile_Trader_Vehicle",
  195. "PersianHead_A3_02",
  196. ["HubStanding_idle1"],
  197. [6805.95,17890.4,0],
  198. 60.9091
  199. ]
  200. call ExileClient_object_trader_create;
  201.  
  202. [
  203. "Exile_Trader_VehicleCustoms",
  204. "PersianHead_A3_02",
  205. ["HubStanding_idle1"],
  206. [6819.4,17882.1,0],
  207. 59.5455
  208. ]
  209. call ExileClient_object_trader_create;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement