mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
0.96
+ 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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user