scalar fixes

This commit is contained in:
[VB]AWOL
2014-01-27 18:38:43 -06:00
parent 192bf91d76
commit 07ddbe93b5
3 changed files with 8 additions and 3 deletions

View File

@@ -227,8 +227,10 @@ if (_finished) then {
};
dayzTradeResult = nil;
} else {
_needed = _qty_in - _qty;
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"];
} else {
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];

View File

@@ -212,8 +212,10 @@ if (_finished) then {
};
dayzTradeResult = nil;
} else {
_needed = _qty_in - _qty;
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"];
} else {
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];

View File

@@ -248,8 +248,9 @@ if (_finished) then {
};
dayzTradeResult = nil;
} else {
_needed = _qty_in - _qty;
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"];
} else {
cutText [format[(localize "str_epoch_player_185"),_textPartIn] , "PLAIN DOWN"];