change trade request text

http://epochmod.com/forum/topic/42379-p2p-trade-message/
This commit is contained in:
vbawol 2016-07-09 15:09:44 -05:00
parent e2f4410b3d
commit 4ec283034d

View File

@ -15,7 +15,7 @@
if !(isNull _this) then {
// ignore request if either player is in a vehicle
if (vehicle player == player && vehicle _this == _this) then {
["Trade request received, press 'T' to accept", 5] call Epoch_message;
[format ["Trade request received, Hold (%1)",EPOCH_keysAction call BIS_fnc_keyCode], 5] call Epoch_message;
EPOCH_pendingP2ptradeTarget = _this;
};
};