mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update server for playerGroup column in HiveExt
Requires DLL Published in this commit as well as a database update. Execute the added SQL in the 1.0.6_Updates.sql on your database. Use Hive child 204 to update the new column _key = format["CHILD:204:%1:%2:%3:", (getPlayerUID player), dayZ_instance, [Array of playerUIDs of group members]]; _key call server_hiveWrite;
This commit is contained in:
@@ -90,8 +90,9 @@ if (!_isNew) then {
|
||||
_inventory = _primary select 4;
|
||||
_backpack = _primary select 5;
|
||||
_survival = _primary select 6;
|
||||
_model = _primary select 7;
|
||||
_hiveVer = _primary select 8;
|
||||
_group = _primary select 7;
|
||||
_model = _primary select 8;
|
||||
_hiveVer = _primary select 9;
|
||||
if !(_model in AllPlayers) then {_model = "Survivor2_DZ";};
|
||||
} else {
|
||||
_isInfected = if (DZE_PlayerZed) then {_primary select 3} else {0};
|
||||
|
||||
Reference in New Issue
Block a user