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:
vbawol
2013-03-16 17:29:22 -05:00
parent 8a83b8b611
commit b7885325b2
7 changed files with 30 additions and 4 deletions

View File

@@ -27,13 +27,16 @@ if(_total_trades < 1) exitWith {
};
_abort = false;
_tradeCounter = 0;
// trade all items
for "_x" from 1 to _total_trades do {
_removed = 0;
if(_total_trades == 1) then {
_tradeCounter = _tradeCounter + 1;
if(_total_trades == 1) then {
cutText [format[("Starting trade, stand still to complete trade."),_tradeCounter,_total_trades] , "PLAIN DOWN"];
} else {
cutText [format[("Starting trade, stand still to complete trade %1 of %2."),_tradeCounter,_total_trades] , "PLAIN DOWN"];