cannot use publicVariableClient from client

This commit is contained in:
[VB]AWOL
2013-11-29 01:33:56 -06:00
parent 5b21ceae00
commit aea4db3a53

View File

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