mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 09:59:18 +03:00
0.9 + pre 1.7.5
This commit is contained in:
@@ -49,7 +49,7 @@ _hitpoints = _vehicle call vehicle_getHitpoints;
|
||||
if( _part == "PartGlass" or _part == "PartWheel" ) then {
|
||||
|
||||
_color = "color='#ff0000'"; //red
|
||||
_string = format["<t %2>Remove %1</t>",_cmpt,_color]; //Remove - Part
|
||||
_string = format["<t %2>Remove%1</t>",_cmpt,_color]; //Remove - Part
|
||||
_handle = dayz_myCursorTarget addAction [_string, "\z\addons\dayz_code\actions\salvage.sqf",[_vehicle,_part,_x], 0, false, true, "",""];
|
||||
s_player_repairActions set [count s_player_repairActions,_handle];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user