Add Notice for PV improvements (Also a performance plus would be PVC instead of PV)

This commit is contained in:
Skaronator
2013-12-20 13:40:31 +01:00
parent 74568146e5
commit d1a15870b1
7 changed files with 8 additions and 16 deletions

View File

@@ -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";
};
};