Add delay at group startup

This commit is contained in:
ebaydayz
2016-11-05 19:18:51 -04:00
parent eaebdb7d93
commit 754fc3744e
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
private ["_leader","_oldGroup"];
uiSleep 1;
if (count (units group player) > 1) then {
[player] joinSilent grpNull;
};