Updated Sell Crates script. It was calling extDB3 instead of extDB2
This commit is contained in:
parent
85738c5805
commit
d030ac4a6b
@ -114,7 +114,7 @@ try
|
|||||||
if (_logging isEqualTo 1) then
|
if (_logging isEqualTo 1) then
|
||||||
{
|
{
|
||||||
_traderLog = format ["PLAYER: ( %1 ) %2 SOLD ITEM: %3 (ID# %4) with Cargo %5 FOR %6 POPTABS AND %7 RESPECT | PLAYER TOTAL MONEY: %8",getPlayerUID _playerObject,_playerObject,typeOf _vehicleObject,_vehicleDBID,_cargo,_revenue,_respectGain,_playerMoney];
|
_traderLog = format ["PLAYER: ( %1 ) %2 SOLD ITEM: %3 (ID# %4) with Cargo %5 FOR %6 POPTABS AND %7 RESPECT | PLAYER TOTAL MONEY: %8",getPlayerUID _playerObject,_playerObject,typeOf _vehicleObject,_vehicleDBID,_cargo,_revenue,_respectGain,_playerMoney];
|
||||||
"extDB3" callExtension format["1:TRADING:%1",_traderLog];
|
"extDB2" callExtension format["1:TRADING:%1",_traderLog];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user