This commit is contained in:
HARLAN
2013-12-23 12:19:26 -05:00
parent e65d1cc9d3
commit 4300b6a949

View File

@@ -16,9 +16,9 @@ _rfriendlies = _target getVariable ["friendlies", []];
if !(_callerID in _rfriendlies) then {
// caller
titleText ["You have tagged a player as friendly. Waiting for other player to accept.", "PLAIN DOWN"]; // TODO: localize
titleText [(localize "STR_EPOCH_ACTIONS_8"), "PLAIN DOWN"]; // TODO: localize
// target
//Could be changed to PVC via server_sendToClient.sqf (From DayZCE) - Commit by Skaronator
PVDZE_plr_FriendRQ = _target;
publicVariable "PVDZE_plr_FriendRQ";
};
};