mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update publicEH.sqf
This commit is contained in:
@@ -226,4 +226,5 @@ if (!isDedicated) then {
|
|||||||
};
|
};
|
||||||
"PVDZE_PingReceived" addPublicVariableEventHandler {DZE_LastPingResp = diag_tickTime;};
|
"PVDZE_PingReceived" addPublicVariableEventHandler {DZE_LastPingResp = diag_tickTime;};
|
||||||
"PVDZE_SetWeather" addPublicVariableEventHandler {(_this select 1) call fnc_setWeather;};
|
"PVDZE_SetWeather" addPublicVariableEventHandler {(_this select 1) call fnc_setWeather;};
|
||||||
|
"RemoteMessage" addPublicVariableEventHandler {(_this select 1) call fnc_remoteMessage;};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user