mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add delay at group startup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
private ["_leader","_oldGroup"];
|
||||
|
||||
uiSleep 1;
|
||||
if (count (units group player) > 1) then {
|
||||
[player] joinSilent grpNull;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user