mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-10 18:22:52 +03:00
0.81
new vault texture, out of stock messaged added back, lowered armor on vault added damage handeler, Potential fix for for tag friendly option on vehicles w/ player. New custom death screen, bulk trades with custom supply crate model. Simlified dynamic vehicle system.
This commit is contained in:
@@ -271,7 +271,7 @@ if (!isNull cursorTarget and !_inVehicle and (player distance cursorTarget < 4))
|
||||
// All Traders
|
||||
if (_isMan and !_isPZombie and _traderType in serverTraders) then {
|
||||
|
||||
if(!isNil "s_last_trader" and s_player_parts_crtl == 1) then {
|
||||
if((!isNil "s_last_trader") and s_player_parts_crtl == 1) then {
|
||||
if(s_last_trader != _traderType) then {
|
||||
s_player_parts_crtl -1;
|
||||
};
|
||||
@@ -281,7 +281,6 @@ if (!isNull cursorTarget and !_inVehicle and (player distance cursorTarget < 4))
|
||||
|
||||
//diag_log ("TRADER = " + str(serverTraders));
|
||||
|
||||
|
||||
_traderMenu = call compile format["menu_%1;",_traderType];
|
||||
|
||||
diag_log ("TRADER = " + str(_traderMenu));
|
||||
|
||||
Reference in New Issue
Block a user