Jump to content

Plywood and lumberpacks


Robinajax

Recommended Posts

--Lumber Pack--

 

            class Crafting5
            {
                text = "Craft Lumber Pack";
                Script = ";['Crafting5','CfgMafazines', _id] spawn player_craftItem;";
                neednearby[] = {"workshop"};
                requiretools[] = {"ItemToolbox"};
                output[] = {{"PartPlankPack",1}};
                input[] = {{"PartWoodLumber",3}};
            };

 

--PlayWood Pack--

 

            class Crafting4
            {
                text = "Craft Plywood Pack";
                Script = ";['Crafting4','CfgMafazines', _id] spawn player_craftItem;";
                neednearby[] = {"workshop"};
                requiretools[] = {"ItemToolbox"};
                output[] = {{"PartPlywoodPack",1}};
                input[] = {{"PartWoodPlywood",3}};
            };

 

 

Thumbs up!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...