As well as ExileClient_object_vehicle_network_lockResponse.sqf / ExileClient_object_lock_toggle.sqf, / ExileClient_object_vehicle_network_lockVehicleRequest.sqf.
Easy identifier:
if (_mode) then
{
_vehicleObject lock 2;
}
else
{
_vehicleObject lock 0;
};
Check config.cpp
As well as ExileClient_object_vehicle_network_lockResponse.sqf / ExileClient_object_lock_toggle.sqf, / ExileClient_object_vehicle_network_lockVehicleRequest.sqf.
Easy identifier:
Should be fairly easy to add checks for this.