publicEH code cleanup

This commit is contained in:
Zac Surplice
2013-10-07 11:09:24 +11:00
parent 27825b7f2e
commit 0fe4202fa6
2 changed files with 36 additions and 33 deletions

View File

@@ -18,5 +18,6 @@ if (!(_callerID in _rfriendlies)) then {
// caller
titleText [format["You have tagged a player as friendly. Waiting for other player to accept.",(name _target)], "PLAIN DOWN"];
// target
[_caller,_target,"loc",rTITLETEXT,format["A player wants to tag you as friendly. To accept, tag player as friendly.", (name _caller)],"PLAIN DOWN"] call RE;
PVDZE_plr_FriendRQ = format["%1 wants to tag you as friendly. To accept, tag %1 as friendly.", (name _caller)];
(owner _target) publicVariableClient "PVDZE_plr_FriendRQ";
};