mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-07 16:52:53 +03:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
private["_object"];
|
|
|
|
dayzUpdateVehicle = [_this select 3,"all"];
|
|
publicVariable "dayzUpdateVehicle";
|
|
if (isServer) then {
|
|
dayzUpdateVehicle call server_updateObject;
|
|
}; |