mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
0.997 released
+ Added new female pink clothes option. + Fixed counter issues with trade_items_wo_db + trade_items fixed return bars if trader is out of stock.
This commit is contained in:
@@ -114,6 +114,11 @@ for "_x" from 1 to _total_trades do {
|
||||
cutText [format[("Insufficient Stock %1"),_textPartOut] , "PLAIN DOWN"];
|
||||
_abort = true;
|
||||
|
||||
// Return items taken
|
||||
for "_x" from 1 to _removed do {
|
||||
player addMagazine _part_in;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
dayzTradeResult = nil;
|
||||
|
||||
Reference in New Issue
Block a user