Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. //Sector FNG Made by Phoenix @ http://fridaynightgaming.co.uk/
  2. //Feel Free to test @ 91.121.11.49:2362 Bring a group you'll need one.
  3. //Thanks to OpenDayZ for there hard work in helping others.
  4. //Thanks to Sarge for his great AI work.
  5.  
  6. //Sector FNG Weapons Crate
  7. _vehicle_103769 = objNull;
  8. if (true) then
  9. {
  10. _this = createVehicle ["TKVehicleBox_EP1", [6660.3984, 14177.261], [], 0, "CAN_COLLIDE"];
  11. _vehicle_103769 = _this;
  12. _this setDir -182.5;
  13. //Clear Cargo
  14. clearweaponcargoGlobal _this;
  15. clearmagazinecargoGlobal _this;
  16. //Add Cargo
  17.  
  18. //weapons
  19. _this addmagazineCargoGlobal ["ItemBandage",1];
  20.  
  21. //items
  22.  
  23. _this setPos [6660.3984, 14177.261];
  24. };
  25. //Sector FNG Vehicle Part Crate
  26. _vehicle_103770 = objNull;
  27. if (true) then
  28. {
  29. _this = createVehicle ["TKVehicleBox_EP1", [6786.0361, 14320.882], [], 0, "CAN_COLLIDE"];
  30. _vehicle_103770 = _this;
  31. //Clear Cargo
  32. clearweaponcargoGlobal _this;
  33. clearmagazinecargoGlobal _this;
  34. //Add Cargo
  35. _this addmagazineCargoGlobal ["ItemBandage",1];
  36.  
  37.  
  38. _this setPos [6786.0361, 14320.882];
  39. };
  40. //Sector FNG Food and Drink Crate
  41. _vehicle_103771 = objNull;
  42. if (true) then
  43. {
  44. _this = createVehicle ["TKVehicleBox_EP1", [6791.7695, 14091.711], [], 0, "CAN_COLLIDE"];
  45. _vehicle_103771 = _this;
  46. _this setDir -178.83;
  47. //Clear Cargo
  48. clearweaponcargoGlobal _this;
  49. clearmagazinecargoGlobal _this;
  50. //Add Cargo
  51. _this addmagazineCargoGlobal ["ItemBandage",1];
  52.  
  53.  
  54. _this setPos [6791.7695, 14091.711];
  55. };
  56. //Sector FNG Medical Crate
  57. _vehicle_103772 = objNull;
  58. if (true) then
  59. {
  60. _this = createVehicle ["TKVehicleBox_EP1", [6591.8535, 14275.836], [], 0, "CAN_COLLIDE"];
  61. _vehicle_103772 = _this;
  62. _this setDir 90.560677;
  63. //Clear Cargo
  64. clearweaponcargoGlobal _this;
  65. clearmagazinecargoGlobal _this;
  66. //Add Cargo
  67.  
  68. _this addmagazineCargoGlobal ["ItemBandage",1];
  69.  
  70. _this setPos [6591.8535, 14275.836];
  71. };
  72. //Sector FNG BaseBuilding Crate
  73. _vehicle_103773 = objNull;
  74. if (true) then
  75. {
  76. _this = createVehicle ["TKVehicleBox_EP1", [6668.1357, 14121.218], [], 0, "CAN_COLLIDE"];
  77. _vehicle_103773 = _this;
  78. //Clear Cargo
  79. clearweaponcargoGlobal _this;
  80. clearmagazinecargoGlobal _this;
  81. //Add Cargo
  82. _this addmagazineCargoGlobal ["ItemBandage",1];
  83.  
  84. _this setPos [6668.1357, 14121.218];
  85. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement