Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9026

dayz 1.8.0.3 vehicle salvage w/o duping

$
0
0
So far only tested with 1.8.0.3 should work with any 1.8 version.

1) Addons\dayz_code\compile\fn_selfActions.sqf

find
Code:
//repairing Vehicles
uncomment the salvage part
Code:
    //Repairing Vehicles
    if ((dayz_myCursorTarget != _cursorTarget) and _isVehicle and !_isMan and _hasToolbox and (damage _cursorTarget < 1)) then {
        if (s_player_repair_crtl < 0) then {
            dayz_myCursorTarget = _cursorTarget;
            _menu = dayz_myCursorTarget addAction [localize...
dayz 1.8.0.3 vehicle salvage w/o duping

Viewing all articles
Browse latest Browse all 9026

Trending Articles