Missionside Example for Chernarus11

This commit is contained in:
Skaronator
2013-11-16 15:46:45 +01:00
parent 253d5ccc39
commit 1f85c30122
2 changed files with 43 additions and 9 deletions

View File

@@ -17,9 +17,9 @@ _clientID = owner _player;
//New Logway WIP by Skaronator
if (_buyorsell == 0) then { //Buy
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) bought a %3 in %4", (name _player), (getPlayerUID _player), _classname, _traderCity];
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) bought a %3 in/at %4", (name _player), (getPlayerUID _player), _classname, _traderCity];
} else { //SELL
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in %4",];
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in/at %4",];
};
//Send request