+ [FIXED] Moved crafting input and output to to configs.
This commit is contained in:
vbawol
2013-03-12 11:20:00 -05:00
parent 6cc4b0ce80
commit 4316696b85
4 changed files with 37 additions and 91 deletions

View File

@@ -38,7 +38,8 @@ class CfgMagazines {
{
text = "Craft Large Sandbag";
script = "spawn player_craftItem;";
output[] = {"ItemSandbagLarge"};
output[] = {["ItemSandbagLarge",1]};
input[] = {["ItemSandbag",3],["ItemWire",1],["ItemTankTrap",1]};
};
};
};