+ added 3d preview to placing vaults and well as a test to see if vaults
can be placed in buildings.
This commit is contained in:
vbawol
2013-02-12 06:36:26 -06:00
parent bf6d87514b
commit e0df9dca50
4 changed files with 93 additions and 37 deletions

View File

@@ -1393,7 +1393,7 @@ class CfgMagazines
scope = 2;
count = 1;
type = 256;
displayName = "Gold";
displayName = "10oz Gold";
model = "\dayz_equip\models\gold_bar_10oz.p3d";
picture = "\dayz_equip\textures\equip_bar_gold_CA.paa";
descriptionShort = "10oz Gold Bar";
@@ -1403,7 +1403,7 @@ class CfgMagazines
{
text = "Smelt 1oz bars";
script = "spawn player_craftItem;";
output[] = {"ItemGoldBar10oz"};
output[] = {"ItemGoldBar"};
};
};
};