mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
cannot use publicVariableClient from client
This commit is contained in:
@@ -19,5 +19,5 @@ if (!(_callerID in _rfriendlies)) then {
|
|||||||
titleText [format["You have tagged a player as friendly. Waiting for other player to accept.",(name _target)], "PLAIN DOWN"];
|
titleText [format["You have tagged a player as friendly. Waiting for other player to accept.",(name _target)], "PLAIN DOWN"];
|
||||||
// target
|
// target
|
||||||
PVDZE_plr_FriendRQ = format[(localize "str_epoch_player_2"), (name _caller)];
|
PVDZE_plr_FriendRQ = format[(localize "str_epoch_player_2"), (name _caller)];
|
||||||
(owner _target) publicVariableClient "PVDZE_plr_FriendRQ";
|
publicVariable "PVDZE_plr_FriendRQ";
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user