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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...