mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Update player_fired.sqf
Vanilla commits: https://github.com/DayZMod/DayZ/commit/70fc0070625545b5f4a1234df1e0fe2e837ad313 https://github.com/DayZMod/DayZ/commit/f327c99b023377f81ffe958c259e6c68bd4c68be
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
condition = "(['Repair',this] call userActionConditions)";\
|
||||
statement = "this call player_repairVehicle;";\
|
||||
hideOnUse = 0
|
||||
|
||||
|
||||
#define ACTION_SALVAGE displayName = $STR_ACTIONS_SALVAGEVEH;\
|
||||
displayNameDefault = $STR_ACTIONS_SALVAGEVEH;\
|
||||
priority = 0;\
|
||||
@@ -29,4 +29,13 @@
|
||||
onlyForPlayer = 1;\
|
||||
shortcut = "";\
|
||||
condition = "(['PushPlane',this] call userActionConditions)";\
|
||||
statement = "this call player_pushPlane;"
|
||||
statement = "this call player_pushPlane;"
|
||||
|
||||
#define ACTION_REARM priority = 3;\
|
||||
radius = 3;\
|
||||
position = "camera";\
|
||||
showWindow = 0;\
|
||||
onlyForPlayer = 1;\
|
||||
shortcut = "reloadMagazine";\
|
||||
condition = "(['AddAmmo',this] call userActionConditions)";\
|
||||
hideOnUse = 1
|
||||
|
||||
Reference in New Issue
Block a user