mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
change trade request text
http://epochmod.com/forum/topic/42379-p2p-trade-message/
This commit is contained in:
parent
e2f4410b3d
commit
4ec283034d
@ -15,7 +15,7 @@
|
|||||||
if !(isNull _this) then {
|
if !(isNull _this) then {
|
||||||
// ignore request if either player is in a vehicle
|
// ignore request if either player is in a vehicle
|
||||||
if (vehicle player == player && vehicle _this == _this) then {
|
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;
|
EPOCH_pendingP2ptradeTarget = _this;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user