mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
scalar fixes
This commit is contained in:
@@ -227,8 +227,10 @@ if (_finished) then {
|
|||||||
};
|
};
|
||||||
dayzTradeResult = nil;
|
dayzTradeResult = nil;
|
||||||
} else {
|
} else {
|
||||||
_needed = _qty_in - _qty;
|
|
||||||
if(_buy_o_sell == "buy") then {
|
if(_buy_o_sell == "buy") then {
|
||||||
|
_qty = {_x == _part_in} count magazines player;
|
||||||
|
_needed = _qty_in - _qty;
|
||||||
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
||||||
} else {
|
} else {
|
||||||
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
||||||
|
|||||||
@@ -212,8 +212,10 @@ if (_finished) then {
|
|||||||
};
|
};
|
||||||
dayzTradeResult = nil;
|
dayzTradeResult = nil;
|
||||||
} else {
|
} else {
|
||||||
_needed = _qty_in - _qty;
|
|
||||||
if(_buy_o_sell == "buy") then {
|
if(_buy_o_sell == "buy") then {
|
||||||
|
_qty = {_x == _part_in} count magazines player;
|
||||||
|
_needed = _qty_in - _qty;
|
||||||
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
||||||
} else {
|
} else {
|
||||||
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
||||||
|
|||||||
@@ -248,8 +248,9 @@ if (_finished) then {
|
|||||||
};
|
};
|
||||||
dayzTradeResult = nil;
|
dayzTradeResult = nil;
|
||||||
} else {
|
} else {
|
||||||
_needed = _qty_in - _qty;
|
|
||||||
if(_buy_o_sell == "buy") then {
|
if(_buy_o_sell == "buy") then {
|
||||||
|
_qty = {_x == _part_in} count magazines player;
|
||||||
|
_needed = _qty_in - _qty;
|
||||||
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
|
||||||
} else {
|
} else {
|
||||||
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];
|
||||||
|
|||||||
Reference in New Issue
Block a user