mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
private["_object"];
|
|
|
|
dayzUpdateVehicle = [_this select 3,"all"];
|
|
publicVariableServer "dayzUpdateVehicle";
|
|
if (isServer) then {
|
|
dayzUpdateVehicle call server_updateObject;
|
|
}; |