mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
vehicle upgrade message when no vehicles
This commit is contained in:
@@ -156,14 +156,14 @@ if (_IsNearVehicle >= 1) then {
|
|||||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||||
cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
cutText [(localize "str_epoch_player_82"), "PLAIN DOWN"];
|
cutText [(localize "str_epoch_player_82"), "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
cutText [(localize "str_epoch_player_245"), "PLAIN DOWN"];
|
cutText [(localize "str_epoch_player_245"), "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
} else {
|
||||||
|
cutText [(localize "STR_EPOCH_PLAYER_27"), "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
|
||||||
TradeInprogress = false;
|
TradeInprogress = false;
|
||||||
Reference in New Issue
Block a user