Use joinSilent instead of join

This commit is contained in:
ebaydayz
2016-10-30 13:54:55 -04:00
parent 6d8afc9d32
commit abb0475d28
9 changed files with 13 additions and 10 deletions

View File

@@ -5,6 +5,11 @@ _player = _this select 1;
_targetUID = if (count _this > 2) then {_this select 2} else {"0"};
_playerUID = getPlayerUID _player;
if (_event < 3) then {
//Small delay needed for group changes to propagate to server
uiSleep 1;
};
_groupUIDs = [];
{
if (alive _x && isPlayer _x) then {