mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
player_build.sqf Enhancements and PV renames
This commit is contained in:
@@ -8,10 +8,10 @@ diag_log ("HIVE: Player Death list Request by ClientID: "+ str(_clientID));
|
||||
diag_log(PlayerDeaths);
|
||||
#endif
|
||||
|
||||
dayzPlayerDeathsResult = PlayerDeaths;
|
||||
PVDZE_plr_DeathBResult = PlayerDeaths;
|
||||
|
||||
if(!isNull _character) then {
|
||||
_clientID publicVariableClient "dayzPlayerDeathsResult";
|
||||
_clientID publicVariableClient "PVDZE_plr_DeathBResult";
|
||||
};
|
||||
|
||||
PlayerDeaths
|
||||
Reference in New Issue
Block a user