Jump to content
Sign in to follow this  
terminus

Removing all weapons launchers for BLU_F and OPF_F

Recommended Posts

private ["_weaponsArray"];

_weaponsArray = [];
"
getNumber (_x >> 'scope') >= 2 &&	
getNumber (_x >> 'type') != 131072 &&
{
	_weaponsArray pushBack (configName _x);
	false
}
" configClasses (configFile >> "CfgWeapons");

copyToClipboard format ["WEAPONSARRAY = %1;", _weaponsArray]; // Paste (ctrl + v) into a text document

Though CTC has the same character (string?) limit I think.

Edited by Iceman77

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×