player2_dz

Untitled

Aug 31st, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. _wpn_type2 = "M240";
  2. _cfg = configFile >> "CfgWeapons" >> _wpn_type2 >> "type";
  3. diag_log(getNumber _cfg);
  4. if (getNumber _cfg == 5) then {
  5. diag_log("Weapon" + str(_wpn_type2) + " will take backpack slot!");
  6. } else {
  7. diag_log("Weapon" + str(_wpn_type2) + " will NOT take backpack slot!");
  8. };
Advertisement
Add Comment
Please, Sign In to add comment