Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. _cargomagazine = getmagazineCargo _x;
  3. _cargoitem = getItemCargo _x;
  4. _cargoweapon = getWeaponCargo _x;
  5. _stringmagazine = format ["Magazine von %1: %2",_x,_cargomagazine];
  6. _stringitem = format ["Items von %1: %2",_x,_cargoitem];
  7. _stringweapon = format ["Waffen von %1: %2",_x,_cargoweapon];
  8. diag_log _stringmagazine;
  9. diag_log _stringitem;
  10. diag_log _stringweapon;
  11. } forEach [k1,k2];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement