Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. this spawn {
  2. private ["_item", "_i"];
  3.  
  4. waitUntil {!isNil "AGM_Logistics_loadedItemsDummy"};
  5.  
  6. for "_i" from 0 to 5 do {
  7. _item = ['AGM_JerryCan', [-1000, -1000, 100]] call AGM_Logistics_fnc_spawnObject;
  8. [_this, _item] call AGM_Logistics_fnc_initLoadedObject;
  9. };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement