Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. MAGARRAY;
  2.  
  3. {
  4. _ammoarray = getText (configFile >> "CfgMagazines" >> _x >> "ammo");
  5.  
  6.     if (ammo isKindOf "BulletCore") then {....Probably a pistol mag, 99% sure};
  7.  
  8. .....
  9.  
  10. } forEach MAGARRAY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement