mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
Add buying to and selling from dayz_onBack
Also: - Fixed typo Z_fill(e)TradeTitle - Fixed "not enough slots to accept change" message shows when "not enough money" should show instead
This commit is contained in:
@@ -11,6 +11,7 @@ Z_SellArray = [];
|
||||
Z_SellableArray = [];
|
||||
_mags = magazines player;
|
||||
_weaps = weapons player;
|
||||
_weaps set [count _weaps,dayz_onBack];
|
||||
_bag = unitBackpack player;
|
||||
_bags = if (isNull _bag) then {[]} else {[typeOf _bag]};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user