fixes to trading

This commit is contained in:
[VB]AWOL
2013-11-26 22:25:53 -06:00
parent effda8e95b
commit a46cec0036
6 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ private ["_part_out","_part_in","_qty_out","_qty_in","_qty","_buy_o_sell","_trad
if(TradeInprogress) exitWith { cutText [(localize "str_epoch_player_103") , "PLAIN DOWN"]; };
TradeInprogress = true;
_activatingPlayer = getPlayerUID player;
_activatingPlayer = player;
_part_out = (_this select 3) select 0;
_part_in = (_this select 3) select 1;