mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
Add systemChat message when a new player joins the group
This commit is contained in:
@@ -8,6 +8,7 @@ _target = _targetUID call dayz_getPlayer;
|
||||
if (isNull _target or _target == player or player != leader group player) exitWith {};
|
||||
|
||||
[_target] joinSilent grpNull;
|
||||
dayz_myGroup = dayz_myGroup - [_targetUID];
|
||||
|
||||
PVDZ_Server_UpdateGroup = [2,player,_targetUID];
|
||||
publicVariableServer "PVDZ_Server_UpdateGroup";
|
||||
|
||||
Reference in New Issue
Block a user