Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _wpn_type2 = "M240";
- _cfg = configFile >> "CfgWeapons" >> _wpn_type2 >> "type";
- diag_log(getNumber _cfg);
- if (getNumber _cfg == 5) then {
- diag_log("Weapon" + str(_wpn_type2) + " will take backpack slot!");
- } else {
- diag_log("Weapon" + str(_wpn_type2) + " will NOT take backpack slot!");
- };
Advertisement
Add Comment
Please, Sign In to add comment