+ fixed crafting of tin and aluminum bars from trash
+ fixed color coding on weapons and vehicle sellers
+ removed radar from mi-17 civilian
+ added 10oz versions of silver and copper.
+ added basic 3d preview support to build-ables.
This commit is contained in:
vbawol
2013-02-16 11:56:39 -06:00
parent 4bb6b117d8
commit 35f587048d
21 changed files with 271 additions and 76 deletions

View File

@@ -90,13 +90,13 @@ diag_log format["DEBUG Buy: %1", dayzTraderMenuResult];
_in = 1;
_count = 0;
if(_stype == "CfgVehicles") then {
if(_type == "CfgVehicles") then {
_count = count (position player nearObjects [_name,10]);
};
if(_stype == "CfgMagazines") then {
if(_type == "CfgMagazines") then {
_count = {_x == _name} count magazines player;
};
if(_stype == "CfgWeapons") then {
if(_type == "CfgWeapons") then {
_count = {_x == _name} count weapons player;
};