Hello @red_ned, the addition of @cup_weapon is well spent on my server, I have all the weapons to the traders
The only problem is the launcher + ammo that does not appear in the inventory when purchased!
The money by cons is debited
I do not understand where the problem comes from when all the other weapons work!
///////////////////////////////////////////////////////////////////////////////
// Launchers
///////////////////////////////////////////////////////////////////////////////
class CUP_launch_Igla { quality = 1; price = 2000; };
class CUP_launch_Javelin { quality = 1; price = 2000; };
class CUP_launch_M47 { quality = 1; price = 2000; };
class CUP_launch_M136 { quality = 1; price = 2000; };
class CUP_launch_MAAWS_Scope { quality = 1; price = 2000; };
class CUP_launch_Metis { quality = 1; price = 2000; };
class CUP_launch_NLAW { quality = 1; price = 2000; };
class CUP_launch_RPG7V { quality = 1; price = 2000; };
class CUP_launch_RPG18 { quality = 1; price = 2000; };
class CUP_launch_Mk153Mod0_SMAWOptics { quality = 1; price = 2000; };
class CUP_launch_FIM92Stinger { quality = 1; price = 2000; };
class CUP_launch_MAAWS { quality = 1; price = 2000; };
class CUP_launch_Mk153Mod0 { quality = 1; price = 2000; };
class CUP_launch_9K32Strela { quality = 1; price = 2000; };
class CUPLaunchers
{
name = "CUP Launchers";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
items[] =
{
"CUP_launch_Igla",
"CUP_launch_Javelin",
"CUP_launch_M47",
"CUP_launch_M136",
"CUP_launch_MAAWS_Scope",
"CUP_launch_Metis",
"CUP_launch_NLAW",
"CUP_launch_RPG7V",
"CUP_launch_RPG18",
"CUP_launch_Mk153Mod0_SMAWOptics",
"CUP_launch_FIM92Stinger",
"CUP_launch_MAAWS",
"CUP_launch_Mk153Mod0",
"CUP_launch_9K32Strela"
};
};
class Exile_Trader_SpecialOperations
{
name = "SPECIAL OPERATIONS";
showWeaponFilter = 1; // for noob tubes
categories[] =
{
"Flares",
"Smokes",
"UAVs",
"StaticMGs",
"Explosives",
"Navigation",
"CUPLaunchers",
"CUPLauncherAmmo"
};
};
Thank you for your help