Update group tags again

Also fixed wrong string name "STR_EPOCH_RADIO_CONTACT_LOST" thanks @oiad
This commit is contained in:
ebayShopper
2017-02-24 14:11:55 -05:00
parent 221b8cc4b9
commit 6736cd92ff
9 changed files with 41 additions and 27 deletions

View File

@@ -32,12 +32,12 @@ while {!isNull findDisplay 80000} do {
lbSort _myGroup;
if (lbSize _myGroup > 1) then {
if (isNil "dayz_groupLeaveThread" or {scriptDone dayz_groupLeaveThread}) then {
if (scriptDone dayz_groupLeaveThread) then {
_leaveButton ctrlShow true;
} else {
_leaveButton ctrlShow false;
};
if (player == _leader && (isNil "dayz_groupDisbandThread" or {scriptDone dayz_groupDisbandThread})) then {
if (player == _leader && scriptDone dayz_groupDisbandThread) then {
_disbandButton ctrlShow true;
} else {
_disbandButton ctrlShow false;