Listen up, commando!!
This is from the "Tornado" cpp file :
--------------------------------------------------
class CfgPatches
{
   class ITA_TORNADO
   {
      units[] = {ITA_TORNADO_AA, ITA_TORNADO_M, ITA_TORNADO_R, ITA_TORNADO_B};
      weapons[] = {ITA_ASPIDE, ITA_MAUSER_27mm,ITA_Mk82_Launcher_3, ITA_Mk82_Launcher_5, ITA_Razzi_Launcher};
      requiredVersion = 1.30;
   };
};
-----------------------------
See?! under "weapons" they all are. And yes, ya need to de-PBO the addon
and read the config.cpp file :-\
Similar names should be in the "cfgPatches" part in yer addon too.
( PS. use NOTEPAD to read the cpp file )