Advertisement
Guest User

Untitled

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