mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Add Notice for PV improvements (Also a performance plus would be PVC instead of PV)
This commit is contained in:
@@ -18,6 +18,7 @@ if !(_callerID in _rfriendlies) then {
|
||||
// caller
|
||||
titleText ["You have tagged a player as friendly. Waiting for other player to accept.", "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";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user